From 440a639afc41354c2e2c8fd592d6d8f822565c88 Mon Sep 17 00:00:00 2001 From: Felix Cusson Date: Fri, 1 Nov 2024 06:41:46 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.9.0=20=E2=86=92=203.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Makefile | 2 +- custom_components/spotcast/__init__.py | 2 +- custom_components/spotcast/manifest.json | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d13b59ec..3c3124a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.9.0 +current_version = 3.9.1 commit = True [bumpversion:file:Makefile] diff --git a/Makefile b/Makefile index d9c56d9b..f236722e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index d91ca65d..3ae696bb 100644 --- a/custom_components/spotcast/__init__.py +++ b/custom_components/spotcast/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations -__version__ = "3.9.0" +__version__ = "3.9.1" import collections import logging diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index 2b63543c..57e116c2 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -18,5 +18,5 @@ "requirements": [ "spotipy==2.23.0" ], - "version": "v3.9.0" + "version": "v3.9.1" } diff --git a/setup.cfg b/setup.cfg index 05127479..09ae5d92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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