summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com>2023-11-04 22:17:14 +0100
committerGitHub <noreply@github.com>2023-11-04 22:17:14 +0100
commitde697f389cfe7adba518ea32858ac7a2b0ab19e1 (patch)
tree2b3a63feab76f17a806165d19233cc46c93d810e
parentUpdate cli.py (diff)
downloadgpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.tar
gpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.tar.gz
gpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.tar.bz2
gpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.tar.lz
gpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.tar.xz
gpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.tar.zst
gpt4free-de697f389cfe7adba518ea32858ac7a2b0ab19e1.zip
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b6be36e1..6b74c1a7 100644
--- a/setup.py
+++ b/setup.py
@@ -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.8.0"
+VERSION = "0.1.8.1"
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)