bump: version 0.3.54 → 0.3.55

This commit is contained in:
涵曦 2024-12-04 10:22:27 +08:00
parent fa21d02e1d
commit 0db3e4cada
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## v0.3.55 (2024-12-04)
### Fix
- 修复播放接口报错问题
## v0.3.54 (2024-12-04)
### Feat

View File

@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.3.54"
version = "0.3.55"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@ -1 +1 @@
__version__ = "0.3.54"
__version__ = "0.3.55"