Update constants.py
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 16:56:52 +0000 (17:56 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 16:56:52 +0000 (17:56 +0100)
music_assistant/constants.py

index 9465784772336d39e6d0a038043740a029c00de1..94a2018bbabbf9b9bd8303a560c08cb064c8fd6a 100755 (executable)
@@ -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"