From 0a36588a12d3f6c27fbd444f12b9f569f27ac660 Mon Sep 17 00:00:00 2001 From: Patrick762 <80690443+Patrick762@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:50:42 +0200 Subject: [PATCH] Update pypi version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc5c450..48f1a27 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.6" +VERSION = "0.0.7" DESCRIPTION = "Stream Deck API Library" # Setting up