mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-07 23:22:49 +00:00
Updated revision number for push to pypi
This commit is contained in:
parent
408a3bbc36
commit
41177ccb07
@ -72,3 +72,4 @@ If you have suggestions, bugs or other issues specific to this library, file the
|
|||||||
- v2.3.7 - August 10, 2015 -- Added current_user_followed_artists
|
- 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.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.0 - December 31, 2016 -- Incorporated a number of PRs
|
||||||
|
- v2.4.1 - January 2, 2017 -- Incorporated proxy support
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.4.0',
|
version='2.4.1',
|
||||||
description='simple client for the Spotify Web API',
|
description='simple client for the Spotify Web API',
|
||||||
author="@plamere",
|
author="@plamere",
|
||||||
author_email="paul@echonest.com",
|
author_email="paul@echonest.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user