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>2021-06-16 16:14:53 +0300
committerZJaume <jzaragoza@prompsit.com>2021-06-16 16:14:53 +0300
commit0fabd634018b2a3a6cbc545d64d43974a54c5aa9 (patch)
tree5f3905f84e950fc359e8cb92edcd5212cc5aa7c7
parenta0d03957d9c1181af478424c6b9741f20a323a7c (diff)
Update versionv1.0.1
-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 af4b30c..2a4445e 100644
--- a/bicleaner_ai/classify.py
+++ b/bicleaner_ai/classify.py
@@ -20,6 +20,7 @@ except (ImportError, SystemError):
__author__ = "Jaume Zaragoza"
__version__ = "Version 1.0 # 14/06/2021 #"
+__version__ = "Version 1.0.1 # 16/06/2021 #"
# Create an argument parser and add all the arguments
diff --git a/setup.py b/setup.py
index ebf981b..ef119f3 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",
+ version="1.0.1",
install_requires=requirements,
license="GNU General Public License v3.0",
author="Prompsit Language Engineering",