We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8441759 commit baa6141Copy full SHA for baa6141
src/nonebot_plugin_alconna/__init__.py
@@ -128,7 +128,7 @@
128
from .uniseg import SupportAdapterModule as SupportAdapterModule
129
from .extension import add_global_extension as add_global_extension
130
131
-__version__ = "0.50.1"
+__version__ = "0.50.2"
132
133
__plugin_meta__ = PluginMetadata(
134
name="Alconna 插件",
src/nonebot_plugin_alconna/uniseg/__init__.py
@@ -53,7 +53,7 @@
53
from .constraint import SupportAdapterModule as SupportAdapterModule
54
from .adapters import BUILDER_MAPPING, FETCHER_MAPPING, EXPORTER_MAPPING
55
56
57
58
59
name="Universal Segment 插件",
0 commit comments