2.0.0b35
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 9 Jun 2023 10:45:05 +0000 (12:45 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 10:45:05 +0000 (12:45 +0200)
music_assistant/constants.py

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