Skip to content
Snippets Groups Projects
Commit 137d4aa0 authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

python: 0.9.2rc1.post2

parent ceb5df4e
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ from distutils.command.sdist import sdist as _sdist ...@@ -19,7 +19,7 @@ from distutils.command.sdist import sdist as _sdist
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
from setuptools.command.develop import develop as _develop from setuptools.command.develop import develop as _develop
VERSION = '0.9.2' + 'rc1' + '.post1' VERSION = '0.9.2' + 'rc1' + '.post2'
SYSTEM = sys.platform SYSTEM = sys.platform
IS_64BITS = platform.architecture()[0] == '64bit' IS_64BITS = platform.architecture()[0] == '64bit'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment