2.0.0b0
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 8 Mar 2023 20:35:52 +0000 (21:35 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 20:35:52 +0000 (21:35 +0100)
music_assistant/constants.py

index ce1360f482453d6f62b57a78e045bc3ab06e0d0b..1b7c0ae97dcbfdc5e1d864e78417795c7d8f1273 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0"
+__version__: Final[str] = "2.0.0b0"
 
 SCHEMA_VERSION: Final[int] = 19