diff --git a/setup.py b/setup.py index 4bfea26..b341446 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.rst", "r", encoding="utf-8") as f: long_description = f.read() -__version__ = "0.0.1a6" +__version__ = "0.0.1a7" REPO_NAME = "chatInsights" AUTHOR = "ronilpatil" AUTHOR_EMAIL = "ronylpatil@gmail.com"