From ba7b95546f7e38986182e45c59096e2f2e927c40 Mon Sep 17 00:00:00 2001 From: Felix Cusson <60357894+fcusson@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:16:25 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.9.0=20=E2=86=92=203.9.1-a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- custom_components/spotcast/__init__.py | 2 +- custom_components/spotcast/manifest.json | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 24d16997..c33d7c5d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.9.0 +current_version = 3.9.1-a0 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P.*)(?P\d+))? serialize = @@ -24,4 +24,3 @@ first_value = 0 [bumpversion:file:custom_components/spotcast/__init__.py] [bumpversion:file:setup.cfg] - diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index d91ca65d..c1c4b6db 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-a0" import collections import logging diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index 2b63543c..5188d810 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-a0" } diff --git a/setup.cfg b/setup.cfg index 05127479..488215d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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