From 8c37bbdba509db6984bf746ae9d20459505d0dcb Mon Sep 17 00:00:00 2001 From: kuba Date: Mon, 18 Nov 2024 12:09:16 +0300 Subject: [PATCH] bump version to 4.2.10 --- pyproject.toml | 2 +- spotdl/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4893b858..32fccf6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotdl" -version = "4.2.9" +version = "4.2.10" 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 b90446b72..035c56e59 100644 --- a/spotdl/_version.py +++ b/spotdl/_version.py @@ -2,4 +2,4 @@ Version module for spotdl. """ -__version__ = "4.2.9" +__version__ = "4.2.10"