mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 19:18:06 +00:00
python: change VERSION in setup.py to 1.0.0
This commit is contained in:
parent
f8e82485da
commit
b7da7eb8bc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
|
|||
PKG_NAME = 'unicorn-windows'
|
||||
|
||||
SYSTEM = sys.platform
|
||||
VERSION = '1.0'
|
||||
VERSION = '1.0.0'
|
||||
|
||||
# adapted from commit e504b81 of Nguyen Tan Cong
|
||||
# Reference: https://docs.python.org/2/library/platform.html#cross-platform
|
||||
|
|
Loading…
Reference in a new issue