From 8756f19a9d5decddb54dbca74a2e13a30f42e1dc Mon Sep 17 00:00:00 2001 From: kuba Date: Mon, 26 Aug 2024 12:56:34 +0200 Subject: [PATCH] v4.2.7 --- pyproject.toml | 2 +- spotdl/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67ff25904..5d769ade5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotdl" -version = "4.2.6" +version = "4.2.7" description = "Download your Spotify playlists and songs along with album art and metadata" license = "MIT" authors = ["spotDL Team "] diff --git a/spotdl/_version.py b/spotdl/_version.py index adfd0e784..6dc4101f5 100644 --- a/spotdl/_version.py +++ b/spotdl/_version.py @@ -2,4 +2,4 @@ Version module for spotdl. """ -__version__ = "4.2.6" +__version__ = "4.2.7"