From a17fb7c7775fc575057bd8604176cceb79778794 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Tue, 19 Aug 2014 13:20:57 -0400 Subject: [PATCH] Updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3980c8..dd267de 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='SpotipyWebApi', - version='1.50', + version='1.51', description='simple client for the Spotify Web API', author="@plamere", author_email="paul@echonest.com",