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 d30be1a commit cb05332Copy full SHA for cb05332
version.py
@@ -5,7 +5,7 @@
5
0,
6
8,
7
1,
8
- 'dev', # comment-out this line for a release
+# 'dev', # comment-out this line for a release
9
)
10
__version__ = '.'.join(map(str, version_info))
11
0 commit comments