diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-11 19:56:53 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-11 19:56:53 +0200 |
commit | f74ca10fbdf2b565b654a3d54583194d32649bcf (patch) | |
tree | ca0187f2d1fd111c3b5ceb415877c3a5332a7b5f /setup.py | |
parent | ~ | Merge pull request #1047 from krishvsoni/krishvsoni-patch-1 (diff) | |
download | gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.gz gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.bz2 gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.lz gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.xz gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.tar.zst gpt4free-f74ca10fbdf2b565b654a3d54583194d32649bcf.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("etc/interference/requirements.txt") as f: api_required = f.read().splitlines() -VERSION = '0.1.5.9' +VERSION = '0.1.6.1' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |