summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-08-17 15:01:59 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-08-17 15:01:59 +0200
commitc1101f9a0c8274a7b3afac8248f602e5c10944c4 (patch)
treef14287e9fdcdeffafacd685dfac00275965a3d78 /setup.py
parent~ | major refractoring | v0.0.2.0 (diff)
downloadgpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.tar
gpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.tar.gz
gpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.tar.bz2
gpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.tar.lz
gpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.tar.xz
gpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.tar.zst
gpt4free-c1101f9a0c8274a7b3afac8248f602e5c10944c4.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 336419bb..0e43655a 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
with open("requirements.txt") as f:
required = f.read().splitlines()
-VERSION = "0.0.1.9"
+VERSION = '0.0.2.0'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)