Skip to content

Commit

Permalink
🔖 version 0.50.0
Browse files Browse the repository at this point in the history
RF-Tar-Railt committed Jul 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7280c3e commit e62ba16
Showing 4 changed files with 17 additions and 3 deletions.
15 changes: 14 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ dev = [
"nonebot-plugin-filehost>=1.1.1",
"nonebot-plugin-send-anything-anywhere>=0.6.1",
"pytest-sugar>=1.0.0",
"pytest-mock>=3.14.0",
]
[tool.pdm.build]
includes = ["src/nonebot_plugin_alconna"]
2 changes: 1 addition & 1 deletion src/nonebot_plugin_alconna/__init__.py
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
from .uniseg import SupportAdapterModule as SupportAdapterModule
from .extension import add_global_extension as add_global_extension

__version__ = "0.49.0"
__version__ = "0.50.0"

__plugin_meta__ = PluginMetadata(
name="Alconna 插件",
2 changes: 1 addition & 1 deletion src/nonebot_plugin_alconna/uniseg/__init__.py
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
from .constraint import SupportAdapterModule as SupportAdapterModule
from .adapters import BUILDER_MAPPING, FETCHER_MAPPING, EXPORTER_MAPPING

__version__ = "0.49.0"
__version__ = "0.50.0"

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

0 comments on commit e62ba16

Please sign in to comment.