diff --git a/README.md b/README.md index 22ae0f2..686afcd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ pip3 install fuo-netease ``` ## changelog +### 1.0.1 (2024-03-04) +- 支持识别 vip 歌曲 +- 修复纯音乐歌曲的歌词 ### 1.0 (2024-01-11) - 支持推荐接口 diff --git a/setup.py b/setup.py index db751df..1cfdbd0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='fuo_netease', - version='1.0', + version='1.0.1', description='feeluown netease plugin', author='Cosven', author_email='yinshaowen241@gmail.com',