mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Updated version numbers
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
VERSION='2.0.0'
|
||||
VERSION='2.0.1'
|
||||
from client import Spotify, SpotifyException
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user