From af440488c09b2d74210409533041b85d2a14151e Mon Sep 17 00:00:00 2001 From: cosven Date: Thu, 4 Jan 2024 00:23:19 +0800 Subject: [PATCH] bump version 0.2.2 --- README.md | 4 ++++ setup.py | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46032ee..1f90c16 100644 --- a/README.md +++ b/README.md @@ -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 不可用的问题 diff --git a/setup.py b/setup.py index b378bbc..153dcd7 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -28,4 +28,3 @@ setup(**setup_kwargs) -