bump version to 0.0.46
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 27 Sep 2020 21:18:32 +0000 (23:18 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 27 Sep 2020 21:18:32 +0000 (23:18 +0200)
music_assistant/constants.py

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