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 a587b47 commit d44b9c6Copy full SHA for d44b9c6
setup.py
@@ -51,7 +51,7 @@
51
MINOR = 9
52
MICRO = 1
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