diff --git a/bindings/python/setup.py b/bindings/python/setup.py index d4569645..c0f0d5b7 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' + 'p1' +VERSION = '0.9.2' + 'rc1' + '.post1' SYSTEM = sys.platform IS_64BITS = platform.architecture()[0] == '64bit'