From f34f93a52cab8772bf9bc859dcb145f7c2d2e9dd Mon Sep 17 00:00:00 2001 From: Patrick762 Date: Sat, 22 Apr 2023 14:01:28 +0200 Subject: [PATCH] updated pypi version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3f13f8..1f95206 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ here = os.path.abspath(os.path.dirname(__file__)) with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '0.0.1' +VERSION = '0.0.2' DESCRIPTION = 'Stream Deck API Library' # Setting up