bump version
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 15 Sep 2020 23:12:56 +0000 (01:12 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 15 Sep 2020 23:12:56 +0000 (01:12 +0200)
music_assistant/constants.py

index a1a6f7950f8da73eaeef6d8960ebd7918f6977ca..8459d6e1736fbf13e005d6632cc360d1bc80c9b7 100755 (executable)
@@ -1,6 +1,6 @@
 """All constants for Music Assistant."""
 
-__version__ = "0.0.28"
+__version__ = "0.0.29"
 REQUIRED_PYTHON_VER = "3.7"
 
 CONF_USERNAME = "username"