From 2389598d3503767d94b602b9e0cb65ca5465fbfb Mon Sep 17 00:00:00 2001 From: Sathyajith Bhat Date: Tue, 14 Mar 2023 19:35:27 +1100 Subject: [PATCH] bump up version for release (#328) --- requirements.txt | 4 ++-- spotify_dl/constants.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 23139561..9edf4a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -sentry_sdk~=1.5 -yt-dlp>=2022.01.21 +sentry_sdk~=1.16 +yt-dlp>=2023.3.4 spotipy~=2.21 mutagen~=1.45 rich~=12.0 diff --git a/spotify_dl/constants.py b/spotify_dl/constants.py index 82ef4cf7..0324f881 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ["VERSION"] -VERSION = "8.5.0" +VERSION = "8.6.0" if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"