From a7840c8cecdc1ccca3e05bef0c9004b2679475f7 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Sat, 31 Dec 2016 19:06:17 -0500 Subject: [PATCH] Updated version numbers --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbb944..9038bf6 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,4 @@ If you have suggestions, bugs or other issues specific to this library, file the - v2.3.6 - June 3, 2015 -- Support for offset/limit with album_tracks API - v2.3.7 - August 10, 2015 -- Added current_user_followed_artists - v2.3.8 - March 30, 2016 -- Added recs, audio features, user top lists +- v2.4.0 - December 31, 2016 -- Incorporated a number of PRs diff --git a/setup.py b/setup.py index efcd94a..48562fd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='spotipy', - version='2.3.8', + version='2.4.0', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",