Skip to content

Commit 79d877e

Browse files
committed
🔖 version 0.52.2
1 parent 3ae6171 commit 79d877e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/nonebot_plugin_alconna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
from .uniseg import SupportAdapterModule as SupportAdapterModule
138138
from .extension import add_global_extension as add_global_extension
139139

140-
__version__ = "0.52.1"
140+
__version__ = "0.52.2"
141141

142142
__plugin_meta__ = PluginMetadata(
143143
name="Alconna 插件",

src/nonebot_plugin_alconna/uniseg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from .constraint import SupportAdapterModule as SupportAdapterModule
5959
from .adapters import BUILDER_MAPPING, FETCHER_MAPPING, EXPORTER_MAPPING
6060

61-
__version__ = "0.52.1"
61+
__version__ = "0.52.2"
6262

6363
__plugin_meta__ = PluginMetadata(
6464
name="Universal Segment 插件",

0 commit comments

Comments
 (0)