bump the version number

This commit is contained in:
Paul Lamere 2017-01-02 10:30:08 -05:00
parent 01d3e1097b
commit f055db8fb3
2 changed files with 2 additions and 1 deletions

View File

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

View File

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