From f055db8fb3d456c28f61c8d845874bcbd7805b96 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Mon, 2 Jan 2017 10:30:08 -0500 Subject: [PATCH] bump the version number --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad9490e..4ccc4bf 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,4 @@ If you have suggestions, bugs or other issues specific to this library, file the - v2.3.8 - March 30, 2016 -- Added recs, audio features, user top lists - v2.4.0 - December 31, 2016 -- Incorporated a number of PRs - v2.4.1 - January 2, 2017 -- Incorporated proxy support +- v2.4.2 - January 2, 2017 -- support getting audio features for a single track diff --git a/setup.py b/setup.py index 7cd470d..afb6eef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='spotipy', - version='2.4.1', + version='2.4.2', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",