Skip to content

Commit a01e197

Browse files
authored
bump up version (#249)
1 parent ccc8aef commit a01e197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotify_dl/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__all__ = ['VERSION']
55

6-
VERSION = '8.0.0'
6+
VERSION = '8.1.0'
77

88
if os.getenv("XDG_CACHE_HOME") is not None:
99
SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"

0 commit comments

Comments
 (0)