diff --git a/nonebot_plugin_nailongremove/__init__.py b/nonebot_plugin_nailongremove/__init__.py index 0cb429a..7239241 100644 --- a/nonebot_plugin_nailongremove/__init__.py +++ b/nonebot_plugin_nailongremove/__init__.py @@ -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="一个基于图像分类模型的简单插件~", diff --git a/pyproject.toml b/pyproject.toml index 466d703..3982490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,10 @@ name = "nonebot-plugin-nailongremove" dynamic = ["version"] description = "识别目标并撤回图片插件" -authors = [{ name = "445", email = "2877834692@qq.com" }] +authors = [ + { name = "445", email = "2877834692@qq.com" }, + { name = "student_2333", email = "lgc2333@126.com" } +] requires-python = "<4.0,>=3.9" dependencies = [ "nonebot2>=2.2.0",