From 9ba6cea6236557a954af132f29a7cfc1c07e4575 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Mon, 25 Aug 2014 17:41:21 -0400 Subject: [PATCH] Updated version numbers --- README.md | 1 + docs/index.rst | 1 + spotipy/__init__.py | 2 +- spotipy/client.py | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72917b9..6b25fd6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 80a1fa3..5889bc4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/spotipy/__init__.py b/spotipy/__init__.py index c90ce5a..9339d2a 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -1,2 +1,2 @@ -VERSION='2.0.0' +VERSION='2.0.1' from client import Spotify, SpotifyException diff --git a/spotipy/client.py b/spotipy/client.py index 901c4f5..61285c7 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -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: