Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2022-07-27 14:14:53 +0300
committerZJaume <jzaragoza@prompsit.com>2022-07-27 14:14:53 +0300
commiteaf7036f1f4a4d4813dce939553d0304f83bbbee (patch)
tree85bba818821301b4eebef117295c41a76bf5cd79
parent66001fb7156999c8313855b2fabfd1259355b78a (diff)
Update version
-rw-r--r--bicleaner_ai/classify.py1
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 1 deletions
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",