From 64ea6f3df069980a5dfc941a80c8c2b7c198dbc6 Mon Sep 17 00:00:00 2001 From: Tim Rae Date: Mon, 9 Sep 2024 12:28:32 +0200 Subject: [PATCH] Bump version to 1.0.0 There have been some pretty significant changes recently so figured it's time for a major version bump --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e2cc2f..060eb34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "spotify_to_tidal" -version = "0.1.4" +version = "1.0.0" requires-python = ">= 3.10" dependencies = [ - "spotipy~=2.21.0", + "spotipy~=2.23.0", "tidalapi==0.7.6", "pyyaml~=6.0", "tqdm~=4.64", @@ -22,4 +22,4 @@ where = "src" include = "spotify_to_tidal*" [project.scripts] -spotify_to_tidal = "spotify_to_tidal.__main__:main" \ No newline at end of file +spotify_to_tidal = "spotify_to_tidal.__main__:main"