summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-09-27 20:07:12 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-09-27 20:07:12 +0200
commit26e1fc4a7dbe290d670144a39584502251b3727b (patch)
tree939abf8126042e395c1b0a9318af5118c65c6870 /setup.py
parent~ | g4f v-0.1.3.9 (diff)
downloadgpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.tar
gpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.tar.gz
gpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.tar.bz2
gpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.tar.lz
gpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.tar.xz
gpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.tar.zst
gpt4free-26e1fc4a7dbe290d670144a39584502251b3727b.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 43e9ac03..7512b2ae 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.3.9'
+VERSION = '0.1.4.0'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)