Skip to content

Commit 9943652

Browse files
committed
chore: bumped version to 0.11.9
1 parent 86e1980 commit 9943652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/igraph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 11, 8)
1+
__version_info__ = (0, 11, 9)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)