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 435d7ce commit 0b15e4fCopy full SHA for 0b15e4f
version.py
@@ -3,8 +3,8 @@
3
4
version_info = (
5
1,
6
- 1,
7
8
- "dev", # comment-out this line for a release
+ 2,
+ 0,
+# "dev", # comment-out this line for a release
9
)
10
__version__ = ".".join(map(str, version_info))
0 commit comments