From 259545128031747575845e2d2e214d69cdaae209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Thu, 19 Dec 2024 21:08:49 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.60=20=E2=86=92=200.3.61?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1baa6a9..44fc396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.61 (2024-12-19) + +### Fix + +- 尝试修复更新问题 + +### Refactor + +- 重构更新流程 + ## v0.3.60 (2024-12-19) ## v0.3.59 (2024-12-19) diff --git a/pyproject.toml b/pyproject.toml index 1724782..919160f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.60" +version = "0.3.61" description = "Play Music with xiaomi AI speaker" authors = [ {name = "涵曦", email = "im.hanxi@gmail.com"}, diff --git a/xiaomusic/__init__.py b/xiaomusic/__init__.py index 3d84090..6e3263a 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.60" +__version__ = "0.3.61"