diff --git a/bindings/python/setup.py b/bindings/python/setup.py index c0f0d5b7..6f46135a 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -19,7 +19,7 @@ from setuptools.command.bdist_egg import bdist_egg as _bdist_egg from setuptools.command.develop import develop as _develop -VERSION = '0.9.2' + 'rc1' + '.post1' +VERSION = '0.9.2' + 'rc1' + '.post2' SYSTEM = sys.platform IS_64BITS = platform.architecture()[0] == '64bit'