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

version 0.9.2rc1p1

parent 4eaa68b3
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
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'
......
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