bump version
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 27 Sep 2020 15:07:45 +0000 (17:07 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 27 Sep 2020 15:07:45 +0000 (17:07 +0200)
music_assistant/constants.py

index 946f7dd8796d47986fe4f7ac642579c967de820a..2cf57380b7f8c1ff34a43918889ea38019e71174 100755 (executable)
@@ -1,6 +1,6 @@
 """All constants for Music Assistant."""
 
-__version__ = "0.0.44"
+__version__ = "0.0.45"
 REQUIRED_PYTHON_VER = "3.7"
 
 CONF_USERNAME = "username"