Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Aug 25, 2014
1 parent 8314091 commit 9ba6cea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ If you have suggestions, bugs or other issues specific to this library, file the
- v1.301, August 19, 2014 -- Upgraded version number to take precedence over previously botched release (sigh)
- v1.310, August 20, 2014 -- Added playlist replace and remove methods. Added auth tests. Improved API docs
- v2.0 - August 22, 2014 -- Upgraded APIs and docs to make it be a real library
- v2.0.01 - August 25, 2014 -- Moved to spotipy at pypi
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Spotipy authored by Paul Lamere (plamere) with contributions by:
- Michael Thelin // thelinmichael
- Ryan Choi // ryankicks
- Simon Metson // drsm79
- Steve Winton // swinton
- Tim Balzer // timbalzer
- corycorycory // corycorycory

Expand Down
2 changes: 1 addition & 1 deletion spotipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION='2.0.0'
VERSION='2.0.1'
from client import Spotify, SpotifyException
1 change: 0 additions & 1 deletion spotipy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def __init__(self, auth=None):
'''
self.prefix = 'https://api.spotify.com/v1/'
self._auth = auth
self.version = 'Spotipy version 1.320'

def _auth_headers(self):
if self._auth:
Expand Down

0 comments on commit 9ba6cea

Please sign in to comment.