Skip to content

Commit 5078b91

Browse files
committed
🐛fix: 更新版本号至 0.3.5,并引入 matcher 模块
1 parent f9c60ce commit 5078b91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nonebot_plugin_fishspeech_tts/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require("nonebot_plugin_alconna")
66

7+
from . import matcher as _match # noqa
8+
79

810
usage: str = """
911
指令:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "pdm.backend"
1010

1111
[project]
1212
name = "nonebot-plugin-fishspeech-tts"
13-
version = "0.3.4"
13+
version = "0.3.5"
1414
description = "小样本TTS,通过调用在线或本地api发送TTS语音"
1515
authors = [
1616
{name = "Cvandia",email = "106718176+Cvandia@users.noreply.github.com"},

0 commit comments

Comments
 (0)