Skip to content

Commit

Permalink
Bump version: 3.9.0 → 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Nov 1, 2024
1 parent 073e93a commit 440a639
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 3.9.0
current_version = 3.9.1
commit = True

[bumpversion:file:Makefile]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "3.9.0"
__VERSION__ = "3.9.1"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/spotcast/manifest.json
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__ = "3.9.0"
__version__ = "3.9.1"

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": "v3.9.0"
"version": "v3.9.1"
}
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 = 3.9.0
current_version = 3.9.1

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

0 comments on commit 440a639

Please sign in to comment.