diff --git a/Makefile b/Makefile index d68bcee8..faf69909 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "3.6.23" +__VERSION__ = "3.6.24" 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 a789856f..d0b763a2 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.23", + "version": "v3.6.24", "dependencies": [ "spotify" ], diff --git a/setup.cfg b/setup.cfg index cb81a57d..1b6fa987 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.6.23 +current_version = 3.6.24 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build