diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-26 15:08:08 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-26 15:08:08 +0200 |
commit | faf55f7bc2878822789a393516905c433ad82c4e (patch) | |
tree | b3b00b1c2e981a2618ea42773dfb3add6b459ae5 | |
parent | ~ | Merge pull request #944 from RockChinQ/main (diff) | |
download | gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.tar gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.tar.gz gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.tar.bz2 gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.tar.lz gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.tar.xz gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.tar.zst gpt4free-faf55f7bc2878822789a393516905c433ad82c4e.zip |
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.3.5' +VERSION = '0.1.3.6' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |