From 1588eb91c1e129cace00b2db18b5bcbbb060c1fa Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:34:26 +0200 Subject: Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8c573a3..a1cf37b2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,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.1.2' +VERSION = '0.0.1.3' DESCRIPTION = 'The official gpt4free repository | various collection of powerful language models' # Setting up -- cgit v1.2.3