summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-02 12:31:28 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-02 12:31:28 +0200
commita4da030d67bc1bd0affd1cd094291bb398126f36 (patch)
tree9805c603d81a0601a9d405c8014158687ee1a806 /setup.py
parent~ | quick fix (diff)
downloadgpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar
gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.gz
gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.bz2
gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.lz
gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.xz
gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.zst
gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.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 06eb992c..1f3cde95 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ with open("requirements.txt") as f:
with open("interference/requirements.txt") as f:
api_required = f.read().splitlines()
-VERSION = '0.1.4.3'
+VERSION = '0.1.4.4'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)