Update pypi version

This commit is contained in:
Patrick762
2023-06-01 15:54:26 +02:00
committed by GitHub
parent 86e449f3b5
commit 4ff2e5af1e

View File

@@ -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: with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read() long_description = "\n" + fh.read()
VERSION = "0.0.4" VERSION = "0.0.5"
DESCRIPTION = "Stream Deck API Library" DESCRIPTION = "Stream Deck API Library"
# Setting up # Setting up