From 78e1a59a1c9f0a7dc5d6a39a15b1abf7be598a0e Mon Sep 17 00:00:00 2001 From: Felix Cusson <60357894+fcusson@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:50:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.0-a0=20=E2=86=92=205.0.0-?= =?UTF-8?q?b0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- custom_components/spotcast/__init__.py | 2 +- custom_components/spotcast/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 276129f5..3d707b6b 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 c15eab9a..9a4c3e3b 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 ebf0df84..e8ce58d1 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" }