mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
more setup debugging
This commit is contained in:
parent
a049f57bf6
commit
06b54e4c1d
@ -61,4 +61,4 @@ If you have suggestions, bugs or other issues specific to this library, file the
|
|||||||
- v1.301, August 19, 2014 -- Upgraded version number to take precedence over previously botched release (sigh)
|
- v1.301, August 19, 2014 -- Upgraded version number to take precedence over previously botched release (sigh)
|
||||||
- v1.310, August 20, 2014 -- Added playlist replace and remove methods. Added auth tests. Improved API docs
|
- v1.310, August 20, 2014 -- Added playlist replace and remove methods. Added auth tests. Improved API docs
|
||||||
- v2.0 - August 22, 2014 -- Upgraded APIs and docs to make it be a real library
|
- v2.0 - August 22, 2014 -- Upgraded APIs and docs to make it be a real library
|
||||||
- v2.0.01 - August 25, 2014 -- Moved to spotipy at pypi
|
- v2.0.2 - August 25, 2014 -- Moved to spotipy at pypi
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.0.1',
|
version='2.0.2',
|
||||||
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