We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aced252 commit 6576e74Copy full SHA for 6576e74
setup.py
@@ -3,7 +3,7 @@
3
with open("README.rst", "r", encoding="utf-8") as f:
4
long_description = f.read()
5
6
-__version__ = "0.0.1a14"
+__version__ = "0.0.2"
7
REPO_NAME = "chatInsights"
8
AUTHOR = "ronilpatil"
9
AUTHOR_EMAIL = "[email protected]"
@@ -21,7 +21,7 @@
21
long_description_content="text/markdown",
22
url=f"https://github.com/{AUTHOR_USER_NAME}/{REPO_NAME}",
23
classifiers=[
24
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
25
"License :: OSI Approved :: MIT License",
26
"Operating System :: MacOS",
27
"Operating System :: Microsoft :: Windows",
0 commit comments