1
0
Fork 0

Update version info

This commit is contained in:
JoshuaMKW 2020-11-06 04:19:01 -06:00
parent 12d031d2ec
commit a5565c2a3c
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ except ImportError:
TRED = '' TRED = ''
TREDLIT = '' TREDLIT = ''
__version__ = "v6.3.0" __version__ = "v7.0.0"
TMPDIR = tempfile.mkdtemp("GeckoLoader-") TMPDIR = tempfile.mkdtemp("GeckoLoader-")

View file

@ -13,7 +13,7 @@ executables = [
] ]
setup(name='GeckoLoader', setup(name='GeckoLoader',
version='v6.0.1', version='v7.0.0',
description='DOL Patcher for extending the codespace of Wii/GC games', description='DOL Patcher for extending the codespace of Wii/GC games',
executables=executables, executables=executables,
options=options options=options