python: 0.9 -> 1.0 in setup.py
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user