From ddadf136b6c638c50bc77ff12158847897fb9366 Mon Sep 17 00:00:00 2001 From: Sathyajith Bhat Date: Sun, 7 Jan 2024 16:22:01 +1100 Subject: [PATCH] release 8.9.0 --- 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 20bc6dd..d9ce9e0 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ["VERSION"] -VERSION = "8.8.3" +VERSION = "8.9.0" if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"