Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Mar 26, 2023
1 parent 2205d5c commit ffd3ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_memes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
extra={
"unique_name": "memes",
"author": "meetwq <[email protected]>",
"version": "0.4.2",
"version": "0.4.3",
},
)

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_memes"
version = "0.4.2"
version = "0.4.3"
description = "Nonebot2 plugin for making memes"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ffd3ae9

Please sign in to comment.