From ee5e47473e914a163d826ed5caf189f88d1f31fa Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 24 Apr 2018 18:18:28 -0500 Subject: [PATCH] version bump to 1.5.0-alpha --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b81605..76f4eae 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='spotipy', - version='2.4.4', + version='2.5.0-alpha', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",