diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-02 12:31:28 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-02 12:31:28 +0200 |
commit | a4da030d67bc1bd0affd1cd094291bb398126f36 (patch) | |
tree | 9805c603d81a0601a9d405c8014158687ee1a806 /setup.py | |
parent | ~ | quick fix (diff) | |
download | gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.gz gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.bz2 gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.lz gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.xz gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.tar.zst gpt4free-a4da030d67bc1bd0affd1cd094291bb398126f36.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.4.3' +VERSION = '0.1.4.4' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |