diff --git a/easymodels/__main__.py b/easymodels/__main__.py index f89da27..633b05a 100644 --- a/easymodels/__main__.py +++ b/easymodels/__main__.py @@ -1,10 +1,8 @@ import requests, time from easymodels.utils import * -from configparser import ConfigParser import argparse import sys import os -import pydux parser = argparse.ArgumentParser() parser.add_argument('-gd', '--gui-dark', help='Start with GUI in Dark Mode and Set To Default', action='store_true') @@ -12,7 +10,7 @@ args = parser.parse_args() -__version__ = "1.5" +__version__ = "1.5.1" def create_config(): with open('config.ini', 'w') as f: diff --git a/easymodels/utils/menu.py b/easymodels/utils/menu.py index 2b60d7e..dbaaf6f 100644 --- a/easymodels/utils/menu.py +++ b/easymodels/utils/menu.py @@ -16,7 +16,7 @@ def main(): while True: print("""\ \n\n - EasyModels v1.5\n + EasyModels v1.5.1\n \tEasyModels is a tool to quickly, and easily find pre-trained AI \tmodels for your project. It uses the modelzoo.co API and offers \tinformation about the pre-trained models in an easy to view way. diff --git a/setup.py b/setup.py index 394ed95..3fcfbf8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setuptools.setup( name="EasyModels", - version="1.5", + version="1.5.1", author="Max Bridgland", install_requires=[ 'requests==2.21.0', diff --git a/upload.sh b/upload.sh new file mode 100644 index 0000000..013091e --- /dev/null +++ b/upload.sh @@ -0,0 +1 @@ +python setup.py sdist bdist_wheel && twine upload ./dist/* diff --git a/version.txt b/version.txt index c239c60..26ca594 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5 +1.5.1