We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e7d30 commit 768e9e3Copy full SHA for 768e9e3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "simplug"
3
-version = "0.5.3"
+version = "0.5.4"
4
description = "A simple plugin system for python with async hooks supported"
5
authors = ["pwwang <pwwang@pwwang.com>"]
6
license = "MIT"
simplug.py
@@ -13,7 +13,7 @@
13
14
from diot import OrderedDiot
15
16
-__version__ = "0.5.3"
+__version__ = "0.5.4"
17
18
19
class SimplugImpl:
0 commit comments