From 399db59b0834afdaeaa46426c63f0c83f6336a93 Mon Sep 17 00:00:00 2001 From: Sathyajith Bhat Date: Sun, 6 Feb 2022 18:33:46 +0200 Subject: [PATCH] bump up version --- 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 62136438..194cec45 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ['VERSION'] -VERSION = '8.0.0' +VERSION = '8.1.0' if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"