Updated version number to 2.1.0

This commit is contained in:
Paul Lamere 2014-10-25 06:46:04 -04:00
parent 373218083f
commit 278b7d3005
2 changed files with 2 additions and 1 deletions

View File

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

View File

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