Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp committed Sep 17, 2024
1 parent 9ef1ba4 commit d594d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions nonebot_plugin_mccheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from nonebot.plugin import PluginMetadata
from arclet.alconna import Args, Alconna

__version__ = "0.1.23"

__plugin_meta__ = PluginMetadata(
name="Minecraft查服",
description="Minecraft服务器状态查询,支持IPv6/Minecraft server status query, IPv6 supported",
Expand All @@ -36,8 +34,7 @@
lang_list
""".strip(),
extra={
"author": "molanp <[email protected]>",
"version": __version__,
"author": "molanp <[email protected]>"
},
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-mccheck"
version = "0.1.23"
version = "0.1.24"
description = "Minecraft服务器状态查询的nonebot插件,支持IPv6/Minecraft server status query plugin for nonebot, IPv6 supported"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit d594d0a

Please sign in to comment.