Skip to content

Commit 6576e74

Browse files
committed
New Release: v0.0.2 [stable version]
1 parent aced252 commit 6576e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.rst", "r", encoding="utf-8") as f:
44
long_description = f.read()
55

6-
__version__ = "0.0.1a14"
6+
__version__ = "0.0.2"
77
REPO_NAME = "chatInsights"
88
AUTHOR = "ronilpatil"
99
AUTHOR_EMAIL = "[email protected]"
@@ -21,7 +21,7 @@
2121
long_description_content="text/markdown",
2222
url=f"https://github.com/{AUTHOR_USER_NAME}/{REPO_NAME}",
2323
classifiers=[
24-
"Development Status :: 3 - Alpha",
24+
"Development Status :: 4 - Beta",
2525
"License :: OSI Approved :: MIT License",
2626
"Operating System :: MacOS",
2727
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)