From c9d5513962f1d54988d245684fd7c250249ad73b Mon Sep 17 00:00:00 2001 From: Felix Cusson Date: Thu, 7 Nov 2024 07:51:02 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0-b0=20=E2=86=92=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- custom_components/spotcast/__init__.py | 2 +- custom_components/spotcast/manifest.json | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index adc9a769..369f110f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0-b0 +current_version = 4.0.0 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P.*)(?P\d+))? serialize = diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index 0788e3ed..4a90144f 100644 --- a/custom_components/spotcast/__init__.py +++ b/custom_components/spotcast/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations -__version__ = "4.0.0-b0" +__version__ = "4.0.0" import collections import logging diff --git a/custom_components/spotcast/manifest.json b/custom_components/spotcast/manifest.json index be13d9e4..4e18cbe5 100644 --- a/custom_components/spotcast/manifest.json +++ b/custom_components/spotcast/manifest.json @@ -18,5 +18,5 @@ "requirements": [ "spotipy==2.23.0" ], - "version": "v4.0.0-b0" + "version": "v4.0.0" } diff --git a/setup.cfg b/setup.cfg index 093622c0..079020e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0-b0 +current_version = 4.0.0 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build