From 278b7d3005e2925b13b62023021614020fde4fcc Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Sat, 25 Oct 2014 06:46:04 -0400 Subject: [PATCH] Updated version number to 2.1.0 --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",