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 1f68813 commit 762c6f1Copy full SHA for 762c6f1
setup.py
@@ -51,7 +51,7 @@
51
MINOR = 9
52
MICRO = 2
53
ISRELEASED = True
54
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
55
56
57
# Return the git revision as a string
0 commit comments