2.0.0b6
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 14 Mar 2023 23:03:53 +0000 (00:03 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 23:03:53 +0000 (00:03 +0100)
music_assistant/constants.py

index 3e7115fa8804a90dad37129eae5b49a8013cbb19..2b4a79af4e58742ceb60c7c593c0fbf690c77242 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b5"
+__version__: Final[str] = "2.0.0b6"
 
 SCHEMA_VERSION: Final[int] = 19