2.0.0b30
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 10 May 2023 20:59:17 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 20:59:17 +0000 (22:59 +0200)
music_assistant/constants.py

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