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

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