We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaa68b commit 5631566Copy full SHA for 5631566
bindings/python/setup.py
@@ -19,7 +19,7 @@
19
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
20
from setuptools.command.develop import develop as _develop
21
22
-VERSION = '0.9.2' + 'rc1' + 'p1'
+VERSION = '0.9.2' + 'rc1' + '.post1'
23
SYSTEM = sys.platform
24
IS_64BITS = platform.architecture()[0] == '64bit'
25
0 commit comments