diff --git a/setup.py b/setup.py index edc4f03..aa541b3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="simpleaichat", packages=["simpleaichat"], # this must be the same as the name above - version="0.2.1", + version="0.2.2", description="A Python package for easily interfacing with chat apps, with robust features and minimal code complexity.", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown",