From: Marcel van der Veldt Date: Tue, 12 Jul 2022 21:18:25 +0000 (+0200) Subject: 1.6.3 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=cd3563cb54e8a210d140a0331f9c6065c7dd9377;p=music-assistant-server.git 1.6.3 --- diff --git a/setup.py b/setup.py index a12c46ab..2f5ac7b2 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.6.2" +PROJECT_VERSION = "1.6.3" PROJECT_REQ_PYTHON_VERSION = "3.9" PROJECT_LICENSE = "Apache License 2.0" PROJECT_AUTHOR = "Marcel van der Veldt"