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 0483b24 commit a63e3d1Copy full SHA for a63e3d1
version.py
@@ -1,4 +1,4 @@
1
-version_info = (0, 1, 0)
+version_info = (0, 1, 1)
2
3
__version__ = ".".join(map(str, version_info[:3]))
4
0 commit comments