Skip to content

Commit fc204b8

Browse files
committed
Bump version: 5.0.0-b24 → 5.0.0-b25
1 parent f439514 commit fc204b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0-b24
2+
current_version = 5.0.0-b25
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[^\d]*)(?P<build>\d+))?
55
serialize =

custom_components/spotcast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from custom_components.spotcast.websocket import async_setup_websocket
2727
from custom_components.spotcast.config_flow import DEFAULT_OPTIONS
2828

29-
__version__ = "5.0.0-b24"
29+
__version__ = "5.0.0-b25"
3030

3131

3232
LOGGER = getLogger(__name__)

custom_components/spotcast/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"spotifyaio>=0.8.8",
2121
"RapidFuzz>=3.10.1"
2222
],
23-
"version": "v5.0.0-b24"
23+
"version": "v5.0.0-b25"
2424
}

0 commit comments

Comments
 (0)