diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-23 23:01:50 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-23 23:01:50 +0200 |
commit | 21d27d9e622a61ba528af4196f6d5d47b2502bfa (patch) | |
tree | 352cadd0b13b425a7a039c9939c3d1bd950c57b4 | |
parent | ~ | Merge pull request #934 from hlohaus/fix (diff) | |
download | gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.gz gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.bz2 gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.lz gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.xz gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.tar.zst gpt4free-21d27d9e622a61ba528af4196f6d5d47b2502bfa.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.0.3.3' +VERSION = '0.0.3.4' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |