From 1d7051c5b0b8ddf60b338ec49a250e154500ae1a Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sat, 11 Jan 2020 17:26:11 +0000 Subject: [PATCH] Bump to 2.5.0 --- README.md | 1 + setup.py | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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/',