From a1501036057140e94bbffcdc6da2859c49316c0f Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Mon, 2 Jan 2017 12:12:48 -0500 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afb6eef..ac196be 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='spotipy', - version='2.4.2', + version='2.4.3', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",