Skip to content

Commit eac3d45

Browse files
Update _version.py
1 parent 18b3b81 commit eac3d45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kececilayout/_version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# _version.py
22

3-
__version__ = "0.5.8"
3+
__version__ = "0.5.9"
44
__license__ = "AGPL3.0-or-later"
55
__description__ = "A deterministic node placement algorithm used in graph visualization. In this layout, nodes are arranged sequentially along a defined primary axis. Each subsequent node is then alternately offset along a secondary, perpendicular axis, typically moving to one side of the primary axis and then the other. Often, the magnitude of this secondary offset increases as nodes progress along the primary axis, creating a characteristic zig-zag or serpentine pattern."
66
__author__ = "Mehmet Keçeci"
77
__url__ = "https://github.com/WhiteSymmetry/kececilayout"
88
__docs__ = "https://github.com/WhiteSymmetry/kececilayout" # Opsiyonel: Dokümantasyon linki
99
__dependencies__ = ["python>=3.11"] # Diğer bağımlılıkları da ekleyebilirsiniz
10-

0 commit comments

Comments
 (0)