Skip to content

Commit 5631566

Browse files
committed
version 0.9.2rc1p1
1 parent 4eaa68b commit 5631566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
2020
from setuptools.command.develop import develop as _develop
2121

22-
VERSION = '0.9.2' + 'rc1' + 'p1'
22+
VERSION = '0.9.2' + 'rc1' + '.post1'
2323
SYSTEM = sys.platform
2424
IS_64BITS = platform.architecture()[0] == '64bit'
2525

0 commit comments

Comments
 (0)