Skip to content

Commit baa6141

Browse files
committed
🔖 version 0.50.2
1 parent 8441759 commit baa6141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/nonebot_plugin_alconna/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
from .uniseg import SupportAdapterModule as SupportAdapterModule
129129
from .extension import add_global_extension as add_global_extension
130130

131-
__version__ = "0.50.1"
131+
__version__ = "0.50.2"
132132

133133
__plugin_meta__ = PluginMetadata(
134134
name="Alconna 插件",

src/nonebot_plugin_alconna/uniseg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
from .constraint import SupportAdapterModule as SupportAdapterModule
5454
from .adapters import BUILDER_MAPPING, FETCHER_MAPPING, EXPORTER_MAPPING
5555

56-
__version__ = "0.50.1"
56+
__version__ = "0.50.2"
5757

5858
__plugin_meta__ = PluginMetadata(
5959
name="Universal Segment 插件",

0 commit comments

Comments
 (0)