From bf219eb264a414f952106fbdf987c2f26206a5cd Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Thu, 5 Jan 2017 06:23:58 -0500 Subject: [PATCH] bumped version --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef106e7..c1fb3aa 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,4 @@ If you have suggestions, bugs or other issues specific to this library, file the - v2.4.1 - January 2, 2017 -- Incorporated proxy support - 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 diff --git a/setup.py b/setup.py index ac196be..ae169d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='spotipy', - version='2.4.3', + version='2.4.4', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",