summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-12-28 14:40:57 +0100
committerabc <98614666+xtekky@users.noreply.github.com>2023-12-28 14:40:57 +0100
commitab80fdeee24a743d187507c323aa29730c561e47 (patch)
tree88fb859392fd8c9c52d5a49add67a233b305bce2
parentMerge pull request #1389 from hlohaus/gpt6 (diff)
downloadgpt4free-ab80fdeee24a743d187507c323aa29730c561e47.tar
gpt4free-ab80fdeee24a743d187507c323aa29730c561e47.tar.gz
gpt4free-ab80fdeee24a743d187507c323aa29730c561e47.tar.bz2
gpt4free-ab80fdeee24a743d187507c323aa29730c561e47.tar.lz
gpt4free-ab80fdeee24a743d187507c323aa29730c561e47.tar.xz
gpt4free-ab80fdeee24a743d187507c323aa29730c561e47.tar.zst
gpt4free-ab80fdeee24a743d187507c323aa29730c561e47.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8b6db865..2ce65b5a 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh:
with open('requirements.txt') as f:
required = f.read().splitlines()
-VERSION = '0.1.9.6'
+VERSION = '0.1.9.7'
DESCRIPTION = (
'The official gpt4free repository | various collection of powerful language models'
)