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