diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-23 00:00:31 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-23 00:00:31 +0200 |
commit | b1dbf66587234397172388961371b2c298510865 (patch) | |
tree | 2237066b753400641df23df8f59e2b523a7d000f /setup.py | |
parent | Merge pull request #1124 from hlohaus/fake (diff) | |
download | gpt4free-b1dbf66587234397172388961371b2c298510865.tar gpt4free-b1dbf66587234397172388961371b2c298510865.tar.gz gpt4free-b1dbf66587234397172388961371b2c298510865.tar.bz2 gpt4free-b1dbf66587234397172388961371b2c298510865.tar.lz gpt4free-b1dbf66587234397172388961371b2c298510865.tar.xz gpt4free-b1dbf66587234397172388961371b2c298510865.tar.zst gpt4free-b1dbf66587234397172388961371b2c298510865.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.7.4" +VERSION = "0.1.7.5" DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |