Skip to content

Commit

Permalink
Silly me, 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchie0x4ff committed Aug 18, 2019
1 parent c61976a commit 5ab9f1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions easymodels/__main__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
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')
parser.add_argument('-g', '--gui', help='Start with GUI in Light Mode and Set To Default', action='store_true')
args = parser.parse_args()


__version__ = "1.5"
__version__ = "1.5.1"

def create_config():
with open('config.ini', 'w') as f:
Expand Down
2 changes: 1 addition & 1 deletion easymodels/utils/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python setup.py sdist bdist_wheel && twine upload ./dist/*
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5
1.5.1

0 comments on commit 5ab9f1a

Please sign in to comment.