2.0.0b33
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 8 Jun 2023 23:56:52 +0000 (01:56 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 23:56:52 +0000 (01:56 +0200)
music_assistant/constants.py

index f81b729ab35730f69a67a2b1bf5c7997ce80f189..48b245ee89df47bb04c0fafa568345d569d2d2fb 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b32"
+__version__: Final[str] = "2.0.0b33"
 
 VERSION: Final[int] = __version__
 SCHEMA_VERSION: Final[int] = 22