Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Bump OpenAIAuth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Dec 8, 2022
1 parent add55bb commit 997a9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="revChatGPT",
version="0.0.33.2",
version="0.0.33.3",
license="GNU General Public License v2.0",
author="Antonio Cheong",
author_email="[email protected]",
Expand All @@ -15,7 +15,7 @@
install_requires=[
"requests",
"httpx[http2]",
"OpenAIAuth",
"OpenAIAuth>=0.0.4",
],
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 997a9c4

Please sign in to comment.