Skip to content

Commit e414a09

Browse files
committed
🔖 version 0.61.1
1 parent 9904d11 commit e414a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/nonebot_plugin_alconna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
from .uniseg import patch_matcher_send as patch_matcher_send
142142
from .uniseg import patch_saa as patch_saa
143143

144-
__version__ = "0.61.0"
144+
__version__ = "0.61.1"
145145
__supported_adapters__ = set(m.value for m in SupportAdapterModule.__members__.values()) # noqa: C401
146146
__plugin_meta__ = PluginMetadata(
147147
name="Alconna 插件",

src/nonebot_plugin_alconna/uniseg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
from .tools import image_fetch as image_fetch
6565
from .tools import reply_fetch as reply_fetch
6666

67-
__version__ = "0.61.0"
67+
__version__ = "0.61.1"
6868

6969
__plugin_meta__ = PluginMetadata(
7070
name="Universal Segment 插件",

0 commit comments

Comments
 (0)