summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-09-23 23:01:50 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-09-23 23:01:50 +0200
commit21d27d9e622a61ba528af4196f6d5d47b2502bfa (patch)
tree352cadd0b13b425a7a039c9939c3d1bd950c57b4
parent~ | Merge pull request #934 from hlohaus/fix (diff)
downloadgpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar
gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.gz
gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.bz2
gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.lz
gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.xz
gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.zst
gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a14bcbaf..74210b69 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.0.3.3'
+VERSION = '0.0.3.4'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)