Skip to content

Commit

Permalink
fix[v0.3.3]: finally fix the __plugin_meta__
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Jan 15, 2024
1 parent 5985e46 commit f49d5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_nekoimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require("nonebot_plugin_saa")

__plugin_meta = PluginMetadata(
__plugin_meta__ = PluginMetadata(
name="nonebot-plugin-nekoimage",
description="A nonebot plugin for integrating with [NekoImageGallery](https://github.com/hv0905/NekoImageGallery).",
usage="",
Expand Down
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 = "nonebot-plugin-nekoimage"
version = "0.3.2"
version = "0.3.3"
description = "A nonebot plugin for integrating with NekoImageGallery"
license = "AGPL-3.0"
authors = ["pk5ls20 <pk5ls20@outlook.com>"]
Expand Down

0 comments on commit f49d5e5

Please sign in to comment.