Skip to content

Commit 698d2e3

Browse files
authored
Update __init__.py
1 parent dc41b83 commit 698d2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nonebot_plugin_picstatus_template_zhenxun/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import __main__ as __main__
99
from .config import ConfigModel
1010

11-
__version__ = "0.1.0.post1"
11+
__version__ = "0.1.0.post2"
1212
__plugin_meta__ = PluginMetadata(
1313
name="PicStatus Template ZhenXun",
1414
description="一个衍生自绪山真寻 Bot 的 PicStatus 状态模板",
@@ -20,5 +20,5 @@
2020
"nonebot_plugin_picstatus",
2121
"nonebot_plugin_htmlrender",
2222
),
23-
extra={"License": "MIT", "Author": "student_2333"},
23+
extra={"License": "AGPL-3.0-or-later", "Author": "student_2333"},
2424
)

0 commit comments

Comments
 (0)