1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
涵曦
84751e0d68 new version v0.1.83 2024-06-30 06:38:09 +00:00
涵曦
e759658481 bugfix: pip安装运行名字错误 2024-06-30 06:38:04 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.1.82"
version = "0.1.83"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},
@@ -23,7 +23,7 @@ license = {text = "MIT"}
Homepage = "https://github.com/hanxi/xiaomusic"
[project.scripts]
xiaogpt = "xiaomusic.cli:main"
xiaomusic = "xiaomusic.cli:main"
[build-system]
requires = ["pdm-backend"]

View File

@@ -1 +1 @@
__version__ = "0.1.82"
__version__ = "0.1.83"