mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-08 15:42:48 +00:00
Updated version number for pip
This commit is contained in:
parent
a17fb7c777
commit
9629d97bd6
14
CHANGES.txt
14
CHANGES.txt
@ -1,7 +1,7 @@
|
|||||||
v1.40, June 12, 2014 -- Initial public release.
|
v1.40, June 12, 2014 -- Initial public release.
|
||||||
v1.42, June 19, 2014 -- Removed dependency on simplejson
|
v1.42, June 19, 2014 -- Removed dependency on simplejson
|
||||||
v1.43, June 27, 2014 -- Fixed JSON handling issue
|
v1.43, June 27, 2014 -- Fixed JSON handling issue
|
||||||
v1.44, July 3, 2014 -- Added show_tracks.py exampole
|
v1.44, July 3, 2014 -- Added show_tracks.py exampole
|
||||||
v1.45, July 7, 2014 -- Support for related artists endpoint. Don't used cache auth codes when scope changes
|
v1.45, July 7, 2014 -- Support for related artists endpoint. Don't used cache auth codes when scope changes
|
||||||
v1.50, August 14, 2014 -- Refactored util out of examples and into the main package
|
v1.50, August 14, 2014 -- Refactored util out of examples and into the main package
|
||||||
|
v1.301, August 19, 2014 -- Upgraded version number to take precedence over previously botched release (sigh)
|
||||||
|
3
setup.py
3
setup.py
@ -1,9 +1,8 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='SpotipyWebApi',
|
name='SpotipyWebApi',
|
||||||
version='1.51',
|
version='1.301',
|
||||||
description='simple client for the Spotify Web API',
|
description='simple client for the Spotify Web API',
|
||||||
author="@plamere",
|
author="@plamere",
|
||||||
author_email="paul@echonest.com",
|
author_email="paul@echonest.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user