From 6eeccaf44f12c599de522b0127daa89229b24955 Mon Sep 17 00:00:00 2001 From: Patrick762 Date: Sun, 6 Aug 2023 16:45:26 +0200 Subject: [PATCH] updated version of pip package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aec6403..8eb34c1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,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.9" +VERSION = "0.0.10" DESCRIPTION = "Stream Deck API Library" # Setting up