We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d4bcc commit 42492d5Copy full SHA for 42492d5
1 file changed
spotify_dl/constants.py
@@ -3,7 +3,7 @@
3
4
__all__ = ["VERSION"]
5
6
-VERSION = "8.8.2"
+VERSION = "8.9.0"
7
8
if os.getenv("XDG_CACHE_HOME") is not None:
9
SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"
0 commit comments