diff --git a/3dsconv/3dsconv.py b/3dsconv/3dsconv.py index e1fdc8b..3488113 100755 --- a/3dsconv/3dsconv.py +++ b/3dsconv/3dsconv.py @@ -32,7 +32,7 @@ def main(): output_directory = '' # override with --output= boot9_path = '' # override with --boot9= -version = '4.2.dev0' +version = '4.2' print('3dsconv.py ~ version ' + version) diff --git a/setup.py b/setup.py index 83e12e7..cd3fc80 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='3dsconv', - version='4.2.dev0', + version='4.2', url='https://github.com/ihaveamac/3dsconv', author='Ian', license='MIT',