mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-06 14:52:50 +00:00
bumped version
This commit is contained in:
parent
8f3afec197
commit
bf219eb264
@ -75,3 +75,4 @@ If you have suggestions, bugs or other issues specific to this library, file the
|
|||||||
- v2.4.1 - January 2, 2017 -- Incorporated proxy support
|
- v2.4.1 - January 2, 2017 -- Incorporated proxy support
|
||||||
- v2.4.2 - January 2, 2017 -- support getting audio features for a single track
|
- v2.4.2 - January 2, 2017 -- support getting audio features for a single track
|
||||||
- v2.4.3 - January 2, 2017 -- fixed proxy issue in standard auth flow
|
- v2.4.3 - January 2, 2017 -- fixed proxy issue in standard auth flow
|
||||||
|
- v2.4.4 - January 4, 2017 -- python 3 fix
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.4.3',
|
version='2.4.4',
|
||||||
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