From c88eab236b3622cc3cc2da04e28b2109f0d445c0 Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 22 Mar 2023 22:04:56 +0100 Subject: [PATCH] Bump to version 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59a290d..37ace6e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = (here / "README.md").read_text(encoding="utf-8") setup( name="PhotosAPI_Client", - version="0.1", + version="0.1.1", description="A client library for accessing END PLAY Photos", long_description=long_description, long_description_content_type="text/markdown",