diff --git a/README.md b/README.md index 09d3a1f..9f9ec71 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,4 @@ If you have suggestions, bugs or other issues specific to this library, file the - v2.4.2 - January 2, 2017 -- support getting audio features for a single track - v2.4.3 - January 2, 2017 -- fixed proxy issue in standard auth flow - v2.4.4 - January 4, 2017 -- python 3 fix +- v2.5.0 - January 11, 2020 -- Added follow and player endpoints \ No newline at end of file diff --git a/setup.py b/setup.py index 7b81605..c673a92 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,9 @@ from setuptools import setup setup( name='spotipy', - version='2.4.4', - description='simple client for the Spotify Web API', + version='2.5.0', + long_description="""### A light weight Python library for the Spotify Web API""", + long_description_content_type='text/markdown', author="@plamere", author_email="paul@echonest.com", url='http://spotipy.readthedocs.org/',