Skip to content

Commit e594422

Browse files
committed
chore: bumped version to 0.11.4
1 parent a95e22f commit e594422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/igraph/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 11, 3)
1+
__version_info__ = (0, 11, 4)
22
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 commit comments

Comments
 (0)