diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-23 12:23:07 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-23 12:23:07 +0200 |
commit | 76bd483c1b1776f6f5c37721f2b7274fce10b61e (patch) | |
tree | ec8809a682f98105f6d72880fafc8f84ffa80966 | |
parent | ~ (diff) | |
download | gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.tar gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.tar.gz gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.tar.bz2 gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.tar.lz gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.tar.xz gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.tar.zst gpt4free-76bd483c1b1776f6f5c37721f2b7274fce10b61e.zip |
-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.2' +VERSION = '0.0.3.3' DESCRIPTION = ( "The official gpt4free repository | various collection of powerful language models" ) |