From fbb548daa7c88b63131edadf4f3ec24f1e6dadbe Mon Sep 17 00:00:00 2001 From: Patrick762 Date: Sat, 21 Dec 2024 22:23:25 +0100 Subject: [PATCH] updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66ca309..564efd3 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.12" +VERSION = "0.0.13" DESCRIPTION = "Stream Deck API Library" # Setting up