Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Oct 29, 2024
1 parent b37e8f6 commit 9a5a9b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_nailongremove/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import handler as handler
from .config import Config

__version__ = "2.0.0"
__version__ = "2.0.0.post1"
__plugin_meta__ = PluginMetadata(
name="自动撤回奶龙",
description="一个基于图像分类模型的简单插件~",
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "nonebot-plugin-nailongremove"
dynamic = ["version"]
description = "识别目标并撤回图片插件"
authors = [{ name = "445", email = "[email protected]" }]
authors = [
{ name = "445", email = "[email protected]" },
{ name = "student_2333", email = "[email protected]" }
]
requires-python = "<4.0,>=3.9"
dependencies = [
"nonebot2>=2.2.0",
Expand Down

0 comments on commit 9a5a9b8

Please sign in to comment.