summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com>2023-11-04 22:32:20 +0100
committerGitHub <noreply@github.com>2023-11-04 22:32:20 +0100
commitafbd8822fae74593ecb956a46d70ae8e8c4cc45c (patch)
treee72c630c299be6431b181821a447319082f3f82a
parentUpdate __init__.py (diff)
downloadgpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.tar
gpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.tar.gz
gpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.tar.bz2
gpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.tar.lz
gpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.tar.xz
gpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.tar.zst
gpt4free-afbd8822fae74593ecb956a46d70ae8e8c4cc45c.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6b74c1a7..116213fc 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.8.1"
+VERSION = "0.1.7.9"
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)