From b21239c36dd44593fdbf48d83c07a1c62217b7ef Mon Sep 17 00:00:00 2001 From: Patrick762 <80690443+Patrick762@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:32:36 +0200 Subject: [PATCH] Update setup.py version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa2bde2..256a239 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = "0.0.8" +VERSION = "0.0.9" DESCRIPTION = "Stream Deck API Library" # Setting up