Skip to content

Commit

Permalink
bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jan 3, 2024
1 parent 224f979 commit af44048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ test_kuwo_api.py -- Kuwo API tests

## Changelog

### v0.2.2 (2024-01-04)
* 适配 FeelUOwn 最新代码(兼容 v3.8.15 及以上)
* API 仍然不可用

### v0.2.1 (2023-07-15)
* 修复 API 不可用的问题

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup_kwargs = {
'name': 'fuo-kuwo',
'version': '0.2.1',
'version': '0.2.2',
'description': 'Kuwo music provider for FeelUOwn music player',
'author': 'feeluown team',
'url': 'https://github.com/feeluown/feeluown-kuwo',
Expand All @@ -28,4 +28,3 @@


setup(**setup_kwargs)

0 comments on commit af44048

Please sign in to comment.