We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d602fb0 commit 14bddf6Copy full SHA for 14bddf6
doc/source/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '0.9.9'
+version = '0.9.10'
55
# The full version, including alpha/beta/rc tags.
56
-release = '0.9.9'
+release = '0.9.10'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
src/igraph/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (0, 9, 9)
+__version_info__ = (0, 9, 10)
2
__version__ = ".".join("{0}".format(x) for x in __version_info__)
0 commit comments