Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 authored Dec 17, 2024
1 parent dc41b83 commit 698d2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nonebot_plugin_picstatus_template_zhenxun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import __main__ as __main__
from .config import ConfigModel

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

0 comments on commit 698d2e3

Please sign in to comment.