python: 0.9 -> 1.0 in setup.py

This commit is contained in:
Nguyen Anh Quynh 2016-03-06 17:28:32 +08:00
parent bf7dc4293b
commit 0950f2e18b

View file

@ -24,7 +24,7 @@ PKG_NAME = 'unicorn'
if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32): if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
PKG_NAME = 'unicorn-windows' PKG_NAME = 'unicorn-windows'
VERSION = '0.9' VERSION = '1.0'
SYSTEM = sys.platform SYSTEM = sys.platform
# virtualenv breaks import, but get_python_lib() will work. # virtualenv breaks import, but get_python_lib() will work.