From 8020f2d9be6b9edb5866206dbedb9f760c729a7a Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 2 Nov 2020 17:56:52 +0100 Subject: [PATCH] Update constants.py --- music_assistant/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/constants.py b/music_assistant/constants.py index 94657847..94a2018b 100755 --- a/music_assistant/constants.py +++ b/music_assistant/constants.py @@ -1,7 +1,7 @@ """All constants for Music Assistant.""" -__version__ = "0.0.60" -REQUIRED_PYTHON_VER = "3.7" +__version__ = "0.0.61" +REQUIRED_PYTHON_VER = "3.8" # configuration keys/attributes CONF_USERNAME = "username" -- 2.34.1