From bb66e4e9ae3fcd18ea7739a6bc23d8775b7f829c Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 24 Apr 2022 01:54:25 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46f541dc..b0bcaa51 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.13" +PROJECT_VERSION = "1.0.14" PROJECT_REQ_PYTHON_VERSION = "3.9" PROJECT_LICENSE = "Apache License 2.0" PROJECT_AUTHOR = "Marcel van der Veldt" -- 2.34.1