2.0.0b36
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 12 Jun 2023 22:41:11 +0000 (00:41 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 22:41:11 +0000 (00:41 +0200)
music_assistant/constants.py

index 3dfca1c5b6288976cbc4933ff57cc9b600532541..8b905933a220d1a6c2e5b83d83f3d5eddda6f8bc 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b35"
+__version__: Final[str] = "2.0.0b36"
 
 VERSION: Final[int] = __version__
 SCHEMA_VERSION: Final[int] = 22