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.
1 parent 50f71cb commit f217517Copy full SHA for f217517
1 file changed
setup.py
@@ -57,8 +57,8 @@
57
MAJOR = 1
58
MINOR = 7
59
MICRO = 0
60
-ISRELEASED = False
61
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
62
63
# Return the git revision as a string
64
def git_version():
0 commit comments