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",