diff --git a/README.md b/README.md index 057e9db..11e3ea5 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,4 @@ If you have suggestions, bugs or other issues specific to this library, file the - 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.2 - August 25, 2014 -- Moved to spotipy at pypi +- v2.1.0 - October 25, 2014 -- Added support for new_releases and featured_playlists diff --git a/setup.py b/setup.py index 6384f01..ba653a3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='spotipy', - version='2.0.3', + version='2.1.0', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",