From: Marcel van der Veldt Date: Tue, 17 May 2022 22:18:15 +0000 (+0200) Subject: 1.1.5 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d5d22b721528f43325099a37ee756a95d6857683;p=music-assistant-server.git 1.1.5 --- diff --git a/setup.py b/setup.py index 6a1470d3..612643a1 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.1.4" +PROJECT_VERSION = "1.1.5" PROJECT_REQ_PYTHON_VERSION = "3.9" PROJECT_LICENSE = "Apache License 2.0" PROJECT_AUTHOR = "Marcel van der Veldt"