Skip to content

Commit

Permalink
release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed Feb 24, 2017
1 parent 5c378be commit ccb8bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('requirements.txt') as f:
requirements = f.read().splitlines()

version = '2.1.1'
version = '2.3'

setup(
name='spotify_dl',
Expand Down
2 changes: 1 addition & 1 deletion spotify_dl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
YOUTUBE_API_VERSION = "v3"
VIDEO = 'youtube#video'
YOUTUBE_VIDEO_URL = 'https://www.youtube.com/watch?v='
VERSION = '2.2.0'
VERSION = '2.3.0'

0 comments on commit ccb8bcf

Please sign in to comment.