diff --git a/WebChatGPT/__init__.py b/WebChatGPT/__init__.py index f7f181b..3964d52 100644 --- a/WebChatGPT/__init__.py +++ b/WebChatGPT/__init__.py @@ -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." diff --git a/setup.py b/setup.py index b1b1816..23b6898 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="webchatgpt", - version="0.1.1", + version="0.1.2", license="GNU v3", author="Smartwa", maintainer="Smartwa", @@ -32,7 +32,7 @@ "click==8.1.3", "rich==13.3.4", ], - python_requires=">=3.10", + python_requires=">=3.9", keywords=[ "chatgpt", "webchatgpt",