diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 276129f..3d707b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0-a0 +current_version = 5.0.0-b0 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P.*)(?P\d+))? serialize = diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index c15eab9..9a4c3e3 100644 --- a/custom_components/spotcast/__init__.py +++ b/custom_components/spotcast/__init__.py @@ -26,7 +26,7 @@ DEFAULT_OPTIONS ) -__version__ = "5.0.0-a0" +__version__ = "5.0.0-b0" LOGGER = getLogger(__name__) diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index ebf0df8..e8ce58d 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -20,5 +20,5 @@ "Levenshtein>=0.26.1", "spotifyaio>=0.8.8" ], - "version": "v5.0.0-a0" + "version": "v5.0.0-b0" }