diff --git a/Makefile b/Makefile index 1603ff2f..7162fc58 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "3.6.26" +__VERSION__ = "3.6.27" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/spotcast/manifest.json diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index 795890e7..02d03710 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -7,7 +7,7 @@ "requirements": [ "spotify_token==1.0.0" ], - "version": "v3.6.26", + "version": "v3.6.27", "dependencies": [ "spotify" ], diff --git a/setup.cfg b/setup.cfg index a37f1c5e..6aadb04b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.6.26 +current_version = 3.6.27 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build