We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13731d commit 27cfe1dCopy full SHA for 27cfe1d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "simplug"
3
-version = "0.5.5"
+version = "0.5.6"
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.5"
+__version__ = "0.5.6"
17
18
19
class SimplugImpl:
0 commit comments