Skip to content

Commit

Permalink
bump version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Apr 21, 2024
1 parent 2e8d6b9 commit 902f8b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ pip3 install fuo-qqmusic
[操作示例](https://github.com/feeluown/feeluown-qqmusic/issues/6)

## changelog
### 1.0.3 (2024-04-21)
- 适配 feeluown 4.1.3 的新主页功能

### 1.0.2 (2024-03-04)
- 修复获取歌单封面失败的问题 #21
- 修复获取歌曲播放链接失败的问题 #20
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='fuo_qqmusic',
version='1.0.2',
version='1.0.3',
description='feeluown qqmusic plugin',
author='Cosven',
author_email='[email protected]',
Expand All @@ -27,7 +27,7 @@
'Programming Language :: Python :: 3 :: Only',
],
install_requires=[
'feeluown>=4.0a0',
'feeluown>=4.1.3',
'requests',
'marshmallow>=3.0'
],
Expand Down

0 comments on commit 902f8b8

Please sign in to comment.