diff --git a/GeckoLoader.py b/GeckoLoader.py index 22ad58f..81fc9c3 100644 --- a/GeckoLoader.py +++ b/GeckoLoader.py @@ -45,7 +45,7 @@ except ImportError: TRED = '' TREDLIT = '' -__version__ = "v6.3.0" +__version__ = "v7.0.0" TMPDIR = tempfile.mkdtemp("GeckoLoader-") diff --git a/setup.py b/setup.py index cec59a4..81dc642 100644 --- a/setup.py +++ b/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