We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa3c35 commit e588132Copy full SHA for e588132
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.0.0-b23
+current_version = 5.0.0-b24
3
commit = True
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>.*)(?P<build>\d+))?
5
serialize =
custom_components/spotcast/__init__.py
@@ -26,7 +26,7 @@
26
from custom_components.spotcast.websocket import async_setup_websocket
27
from custom_components.spotcast.config_flow import DEFAULT_OPTIONS
28
29
-__version__ = "5.0.0-b23"
+__version__ = "5.0.0-b24"
30
31
32
LOGGER = getLogger(__name__)
custom_components/spotcast/manifest.json
@@ -20,5 +20,5 @@
20
"spotifyaio>=0.8.8",
21
"RapidFuzz>=3.10.1"
22
],
23
- "version": "v5.0.0-b23"
+ "version": "v5.0.0-b24"
24
}
0 commit comments