Update version info
This commit is contained in:
parent
12d031d2ec
commit
a5565c2a3c
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ except ImportError:
|
|||
TRED = ''
|
||||
TREDLIT = ''
|
||||
|
||||
__version__ = "v6.3.0"
|
||||
__version__ = "v7.0.0"
|
||||
|
||||
TMPDIR = tempfile.mkdtemp("GeckoLoader-")
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ executables = [
|
|||
]
|
||||
|
||||
setup(name='GeckoLoader',
|
||||
version='v6.0.1',
|
||||
version='v7.0.0',
|
||||
description='DOL Patcher for extending the codespace of Wii/GC games',
|
||||
executables=executables,
|
||||
options=options
|
||||
|
|
Reference in a new issue