Updated README and setup with version info

This commit is contained in:
Paul Lamere 2014-07-23 10:34:24 -04:00
parent 1ebbac6de7
commit 6d6841d387
2 changed files with 7 additions and 8 deletions

View File

@ -89,10 +89,9 @@ at [paul@echonest.com](mailto:paul@echonest.com). Or just send me a pull request
- 1.1 - 05/18/2014 - Repackaged for saner imports
- 1.4.1 - 06/17/2014 - Updates to match released API
- 1.4.2 - 06/21/2014 - Added support for retrieving starred playlists
- v1.40, June 12, 2014 -- Initial public release.
- v1.42, June 19, 2014 -- Removed dependency on simplejson
- v1.43, June 27, 2014 -- Fixed JSON handling issue
- v1.44, July 3, 2014 -- Added show_tracks.py example
- v1.45, July 7, 2014 -- Support for related artists endpoint. Don't used cache auth codes when scope changes
- v1.49, July 23, 2014 -- Support for "Your Music" tracks (add, delete, get), with examples

View File

@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='SpotipyWebApi',
version='1.48',
version='1.49',
description='simple client for the Spotify Web API',
author="@plamere",
author_email="paul@echonest.com",