Skip to content

Commit

Permalink
fixed error in version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Dec 31, 2024
1 parent 764e12b commit 3d91ca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0-b110
current_version = 5.0.0-b20
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>.*)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotcast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from custom_components.spotcast.websocket import async_setup_websocket
from custom_components.spotcast.config_flow import DEFAULT_OPTIONS

__version__ = "5.0.0-b110"
__version__ = "5.0.0-b20"


LOGGER = getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotcast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"spotifyaio>=0.8.8",
"RapidFuzz>=3.10.1"
],
"version": "v5.0.0-b110"
"version": "v5.0.0-b20"
}

0 comments on commit 3d91ca3

Please sign in to comment.