From: Marcel van der Veldt Date: Thu, 21 Jul 2022 00:02:43 +0000 (+0200) Subject: 1.6.7 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f1e148d753c9bdde5d70e682718b652c58da8960;p=music-assistant-server.git 1.6.7 --- diff --git a/setup.py b/setup.py index fc691bef..85e8000d 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.6" +PROJECT_VERSION = "1.6.7" PROJECT_REQ_PYTHON_VERSION = "3.9" PROJECT_LICENSE = "Apache License 2.0" PROJECT_AUTHOR = "Marcel van der Veldt"