Skip to content

Commit

Permalink
Bump version: 3.9.0 → 3.9.1-a0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcusson committed Nov 1, 2024
1 parent 25d0ae8 commit ba7b955
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .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-a0
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>.*)(?P<build>\d+))?
serialize =
Expand All @@ -24,4 +24,3 @@ first_value = 0
[bumpversion:file:custom_components/spotcast/__init__.py]

[bumpversion:file:setup.cfg]

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-a0"

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-a0"
}
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-a0

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

0 comments on commit ba7b955

Please sign in to comment.