Skip to content

Commit

Permalink
fix,release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwang52005 committed Aug 14, 2024
1 parent e80564d commit e6be442
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pokepoke_miss/__init__.py → __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from nonebot.plugin import PluginMetadata
from pathlib import Path

from .__main__ import *
from __main__ import *

# 插件元数据
__plugin_meta__ = PluginMetadata(
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pokepoke_miss"
version = "0.1.13"
version = "0.1.14"
description = "wmc的戳一戳回复插件,消息内容、概率都可以定制喔~"
authors = ["Miaowing <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e6be442

Please sign in to comment.