Skip to content

Commit

Permalink
bump up version for release (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat authored Mar 14, 2023
1 parent fcce2da commit 2389598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sentry_sdk~=1.5
yt-dlp>=2022.01.21
sentry_sdk~=1.16
yt-dlp>=2023.3.4
spotipy~=2.21
mutagen~=1.45
rich~=12.0
Expand Down
2 changes: 1 addition & 1 deletion spotify_dl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__all__ = ["VERSION"]

VERSION = "8.5.0"
VERSION = "8.6.0"

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

0 comments on commit 2389598

Please sign in to comment.