diff --git a/CHANGELOG.md b/CHANGELOG.md index 686ae8b..729541b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.1] - 2020-01-20 + +### Changed + + - PyPi release mistake without pulling last merge first + ## [2.7.0] - 2020-01-20 ### Added diff --git a/setup.py b/setup.py index 1e9e6a6..c0aac86 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setup( name='spotipy', - version='2.7.0', + version='2.7.1', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",