2.0.0b29
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 20 Apr 2023 14:10:07 +0000 (16:10 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2023 14:10:07 +0000 (16:10 +0200)
music_assistant/constants.py

index c11c0be6259a30fdc70ba249aed9f7cf92b979c7..707caf914b8e533edba132494f51728749215ceb 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b28"
+__version__: Final[str] = "2.0.0b29"
 
 SCHEMA_VERSION: Final[int] = 22