Skip to content

Commit

Permalink
Bump version: 4.0.0-b0 → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Nov 7, 2024
1 parent 3414a4b commit c9d5513
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 4.0.0-b0
current_version = 4.0.0
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 @@ -2,7 +2,7 @@

from __future__ import annotations

__version__ = "4.0.0-b0"
__version__ = "4.0.0"

import collections
import logging
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 @@ -18,5 +18,5 @@
"requirements": [
"spotipy==2.23.0"
],
"version": "v4.0.0-b0"
"version": "v4.0.0"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0-b0
current_version = 4.0.0

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
Expand Down

0 comments on commit c9d5513

Please sign in to comment.