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