From 555d973008b1b3860be6fed20a4e2a65f631b1ba Mon Sep 17 00:00:00 2001 From: Sathyajith Bhat Date: Sun, 16 Jul 2023 16:59:58 +1000 Subject: [PATCH] 8.8.2 release --- spotify_dl/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify_dl/constants.py b/spotify_dl/constants.py index 1210085..d07ed9c 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ["VERSION"] -VERSION = "8.8.1" +VERSION = "8.8.2" if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"