summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-12-16 10:34:25 +0100
committerabc <98614666+xtekky@users.noreply.github.com>2023-12-16 10:34:25 +0100
commitb615a95a417d8a857b1f822bd2d2f993737d532a (patch)
tree0d5b78355ce9fd5f8ef2fd57e4e26d882f62c657
parentMerge pull request #1350 from devAdityaa/main (diff)
downloadgpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.tar
gpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.tar.gz
gpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.tar.bz2
gpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.tar.lz
gpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.tar.xz
gpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.tar.zst
gpt4free-b615a95a417d8a857b1f822bd2d2f993737d532a.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 620a1c5f..3cee088f 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.3'
+VERSION = '0.1.9.4'
DESCRIPTION = (
'The official gpt4free repository | various collection of powerful language models'
)