Skip to content

Commit

Permalink
Make python>=3.9 as minimum install requires & update to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Dec 21, 2023
1 parent 7c74134 commit 6b196c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebChatGPT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__all__ = ["ChatGPT"]

__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Smartwa"
__repo__ = "https://github.com/Simatwa/WebChatGPT"
__info__ = "Reverse Engineering of ChatGPT Web-version."
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="webchatgpt",
version="0.1.1",
version="0.1.2",
license="GNU v3",
author="Smartwa",
maintainer="Smartwa",
Expand All @@ -32,7 +32,7 @@
"click==8.1.3",
"rich==13.3.4",
],
python_requires=">=3.10",
python_requires=">=3.9",
keywords=[
"chatgpt",
"webchatgpt",
Expand Down

0 comments on commit 6b196c8

Please sign in to comment.