From 55b8324f8f4558c42e33ab6478446af6fd1773d7 Mon Sep 17 00:00:00 2001 From: Max Woolf Date: Sun, 23 Jul 2023 17:50:57 -0700 Subject: [PATCH] bump version to 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",