From 56877bb39ae3bc96b5e0a6cbc4dd54d4ad6dd87a Mon Sep 17 00:00:00 2001 From: Sathyajith Bhat Date: Tue, 17 Nov 2020 23:25:01 +0200 Subject: [PATCH] nump up version for release (#123) --- 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 17d051ac..a4ffbe64 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -1,4 +1,4 @@ __all__ = ['VERSION'] -VERSION = '7.0.0' +VERSION = '7.1.0' SAVE_PATH = '~/.spotifydl'