mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:48:14 +00:00
python: 0.9 -> 1.0 in setup.py
This commit is contained in:
parent
bf7dc4293b
commit
0950f2e18b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ PKG_NAME = 'unicorn'
|
|||
if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
|
||||
PKG_NAME = 'unicorn-windows'
|
||||
|
||||
VERSION = '0.9'
|
||||
VERSION = '1.0'
|
||||
SYSTEM = sys.platform
|
||||
|
||||
# virtualenv breaks import, but get_python_lib() will work.
|
||||
|
|
Loading…
Reference in a new issue