bump version to 0.0.35
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 18 Sep 2020 22:30:23 +0000 (00:30 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 18 Sep 2020 22:30:23 +0000 (00:30 +0200)
music_assistant/constants.py

index 31a1a8b34fbc9c0cc82d22f9d7589956ad22756b..d9cce8c0578292e57318cba9f35417e7693d633b 100755 (executable)
@@ -1,6 +1,6 @@
 """All constants for Music Assistant."""
 
-__version__ = "0.0.34"
+__version__ = "0.0.35"
 REQUIRED_PYTHON_VER = "3.7"
 
 CONF_USERNAME = "username"