From eaf7036f1f4a4d4813dce939553d0304f83bbbee Mon Sep 17 00:00:00 2001 From: ZJaume Date: Wed, 27 Jul 2022 11:14:53 +0000 Subject: Update version --- bicleaner_ai/classify.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bicleaner_ai/classify.py b/bicleaner_ai/classify.py index 0061702..901c64a 100644 --- a/bicleaner_ai/classify.py +++ b/bicleaner_ai/classify.py @@ -21,6 +21,7 @@ except (ImportError, SystemError): __author__ = "Jaume Zaragoza" __version__ = "Version 1.0 # 14/06/2021 #" __version__ = "Version 1.0.1 # 16/06/2021 #" +__version__ = "Version 2.0" # Create an argument parser and add all the arguments diff --git a/setup.py b/setup.py index 26bb1e0..9ee78de 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("requirements.txt") as rf: setuptools.setup( name="bicleaner-ai", - version="1.0.2", + version="2.0", install_requires=requirements, license="GNU General Public License v3.0", author="Prompsit Language Engineering", -- cgit v1.2.3