Thanks to visit codestin.com Credit goes to github.com
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 a43307c commit 0c5a166Copy full SHA for 0c5a166
setup.py
@@ -58,7 +58,7 @@
58
MINOR = 7
59
MICRO = 0
60
ISRELEASED = True
61
-VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
62
63
# Return the git revision as a string
64
def git_version():
0 commit comments