Updated version numbers

This commit is contained in:
Paul Lamere 2014-08-25 17:41:21 -04:00
parent 8314091b80
commit 9ba6cea623
4 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,2 @@
VERSION='2.0.0'
VERSION='2.0.1'
from client import Spotify, SpotifyException

View File

@ -52,7 +52,6 @@ class Spotify(object):
'''
self.prefix = 'https://api.spotify.com/v1/'
self._auth = auth
self.version = 'Spotipy version 1.320'
def _auth_headers(self):
if self._auth: