From: Marcel van der Veldt Date: Tue, 10 May 2022 19:51:44 +0000 (+0200) Subject: 1.0.32 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=2d35ca2e2485324e2b6150eb897ab3d55728b02d;p=music-assistant-server.git 1.0.32 --- diff --git a/setup.py b/setup.py index 26ac1212..82e8db95 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.31" +PROJECT_VERSION = "1.0.32" PROJECT_REQ_PYTHON_VERSION = "3.9" PROJECT_LICENSE = "Apache License 2.0" PROJECT_AUTHOR = "Marcel van der Veldt"