From a614748ad720b28478b5a55f2ff6e312a2952392 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Thu, 4 Mar 2021 21:27:27 +0100 Subject: [PATCH] Update changelog and setup to v3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be5a982..0ce4071 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ extra_reqs = { setup( name='spotipy', - version='2.24.0', + version='3.0.0-alpha', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",