diff options
author | ThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com> | 2023-11-04 22:32:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 22:32:20 +0100 |
commit | afbd8822fae74593ecb956a46d70ae8e8c4cc45c (patch) | |
tree | e72c630c299be6431b181821a447319082f3f82a /setup.py | |
parent | Update __init__.py (diff) | |
download | gpt4free-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 |
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |