diff --git a/spotify_dl/constants.py b/spotify_dl/constants.py index d07ed9c..d9ce9e0 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ["VERSION"] -VERSION = "8.8.2" +VERSION = "8.9.0" if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"