Skip to content

Commit

Permalink
Release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Jan 26, 2021
1 parent 9020651 commit 832f44d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2021-01-25
- Fix setup.py project metadata

## [1.0.0] - 2021-01-25
### Added
- Authentication through Client Credentials
Expand Down
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@

setup(
name='wavyfm',
version='1.0.0',
version='1.0.1',
description='Official Python library for wavy.fm',
long_description=long_description,
long_description_content_type="text/markdown",
author="@aramperes",
author="Aram Peres",
author_email="aram.peres@wavy.fm",
url='https://wavy.fm/developers',
project_urls={
'Documentation': 'https://github.com/wavy/wavyfm-python',
'Source': 'https://github.com/wavy/wavyfm-python',
},
install_requires=[
'requests>=2.20.1'
],
Expand Down

0 comments on commit 832f44d

Please sign in to comment.