Skip to content

Commit

Permalink
bump up spotipy (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed Apr 19, 2022
1 parent 9f12bdb commit 3a5b262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sentry_sdk~=1.5.0
yt-dlp>=2022.01.21
spotipy~=2.16.0
spotipy~=2.19.0
mutagen~=1.45.0
rich~=12.0.0
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.2.0'
VERSION = '8.3.0'

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

0 comments on commit 3a5b262

Please sign in to comment.