Skip to content

Commit

Permalink
New Release: v0.0.2 [stable version]
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed Jun 17, 2024
1 parent aced252 commit 6576e74
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 @@
with open("README.rst", "r", encoding="utf-8") as f:
long_description = f.read()

__version__ = "0.0.1a14"
__version__ = "0.0.2"
REPO_NAME = "chatInsights"
AUTHOR = "ronilpatil"
AUTHOR_EMAIL = "ronylpatil@gmail.com"
Expand All @@ -21,7 +21,7 @@
long_description_content="text/markdown",
url=f"https://github.com/{AUTHOR_USER_NAME}/{REPO_NAME}",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
Expand Down

0 comments on commit 6576e74

Please sign in to comment.