From: Marcel van der Veldt Date: Mon, 11 Apr 2022 09:48:12 +0000 (+0200) Subject: 1.0.12 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a2749cf6b90ad778300e1f3e9a87793c3c464581;p=music-assistant-server.git 1.0.12 --- diff --git a/setup.py b/setup.py index bf6a351e..58ee26bd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup PROJECT_NAME = "Music Assistant" PROJECT_PACKAGE_NAME = "music_assistant" -PROJECT_VERSION = "1.0.11" +PROJECT_VERSION = "1.0.12" PROJECT_REQ_PYTHON_VERSION = "3.9" PROJECT_LICENSE = "Apache License 2.0" PROJECT_AUTHOR = "Marcel van der Veldt"