diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-25 18:24:24 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-25 18:24:24 +0200 |
commit | de42b60abaac8a6c31f30f1a56e891d2f14664b7 (patch) | |
tree | 7f69dba8b21476171bae7baf19d2325693105dd2 | |
parent | ~ | Merge pull request #803 (diff) | |
download | gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.gz gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.bz2 gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.lz gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.xz gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.tar.zst gpt4free-de42b60abaac8a6c31f30f1a56e891d2f14664b7.zip |
-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.0.2.3' +VERSION = '0.0.2.4' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |