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

Commit bb270d5

Browse files
author
Antonio
committed
version
1 parent b37c885 commit bb270d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="revChatGPT",
15-
version="6.2.4",
15+
version="6.2.5",
1616
description="ChatGPT is a reverse engineering of OpenAI's ChatGPT API",
1717
long_description=open(PATH, encoding="utf-8").read(),
1818
long_description_content_type="text/markdown",

src/revChatGPT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
revChatGPT.V1
66
revChatGPT.V3
77
"""
8-
__version__ = "5.0.0"
8+
__version__ = "6.2"
99
__all__ = ()
1010

1111

0 commit comments

Comments
 (0)