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 /setup.py
parent66001fb7156999c8313855b2fabfd1259355b78a (diff)
Update version
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",