From a4e9b9975c7b8166309a67025b39dba84ad12ace Mon Sep 17 00:00:00 2001 From: Patrick762 <80690443+Patrick762@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:33:34 +0200 Subject: [PATCH] Update version number for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfd1227..b38f9bc 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.3" +VERSION = "0.0.4" DESCRIPTION = "Stream Deck API Library" # Setting up