We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc41b83 commit 698d2e3Copy full SHA for 698d2e3
nonebot_plugin_picstatus_template_zhenxun/__init__.py
@@ -8,7 +8,7 @@
8
from . import __main__ as __main__
9
from .config import ConfigModel
10
11
-__version__ = "0.1.0.post1"
+__version__ = "0.1.0.post2"
12
__plugin_meta__ = PluginMetadata(
13
name="PicStatus Template ZhenXun",
14
description="一个衍生自绪山真寻 Bot 的 PicStatus 状态模板",
@@ -20,5 +20,5 @@
20
"nonebot_plugin_picstatus",
21
"nonebot_plugin_htmlrender",
22
),
23
- extra={"License": "MIT", "Author": "student_2333"},
+ extra={"License": "AGPL-3.0-or-later", "Author": "student_2333"},
24
)
0 commit comments