summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-03 23:06:09 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-03 23:06:09 +0200
commit791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3 (patch)
tree8b92bb50c9f538fe64b16ee135f3b5ff93c6a68b /setup.py
parentMerge pull request #975 from hlohaus/mmm (diff)
downloadgpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.tar
gpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.tar.gz
gpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.tar.bz2
gpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.tar.lz
gpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.tar.xz
gpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.tar.zst
gpt4free-791e0d4ec8b3c4c9aad8a33eb10c17e29ab862d3.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 c6fe00ef..48b5ee17 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.5'
+VERSION = '0.1.4.6'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)