Skip to content

Commit 137d4aa

Browse files
committed
python: 0.9.2rc1.post2
1 parent ceb5df4 commit 137d4aa

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' + '.post1'
22+
VERSION = '0.9.2' + 'rc1' + '.post2'
2323
SYSTEM = sys.platform
2424
IS_64BITS = platform.architecture()[0] == '64bit'
2525

0 commit comments

Comments
 (0)