summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-08-25 18:24:24 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-08-25 18:24:24 +0200
commitde42b60abaac8a6c31f30f1a56e891d2f14664b7 (patch)
tree7f69dba8b21476171bae7baf19d2325693105dd2
parent~ | Merge pull request #803 (diff)
downloadgpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar
gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.gz
gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.bz2
gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.lz
gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.xz
gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.zst
gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10743750..d5c77d28 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.2.3'
+VERSION = '0.0.2.4'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)