summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-04 22:04:31 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-04 22:04:31 +0200
commit0bd5730bcd5de82d77d90e256661e5d9626d8264 (patch)
tree3898be46e74d410774376d62f4a1c06e8eb323a2 /setup.py
parent~ | g4f v-0.1.4.7 `pip install -U g4f` (diff)
downloadgpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar
gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.gz
gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.bz2
gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.lz
gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.xz
gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.tar.zst
gpt4free-0bd5730bcd5de82d77d90e256661e5d9626d8264.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 3a314a7d..2602caa7 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.7'
+VERSION = '0.1.4.8'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)