We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1266e14 commit 3b886b4Copy full SHA for 3b886b4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "simplug"
3
-version = "0.4.2"
+version = "0.4.3"
4
description = "A simple plugin system for python with async hooks supported"
5
authors = ["pwwang <pwwang@pwwang.com>"]
6
license = "MIT"
simplug.py
@@ -12,7 +12,7 @@
12
13
from diot import OrderedDiot
14
15
-__version__ = "0.4.2"
+__version__ = "0.4.3"
16
17
SimplugImpl = namedtuple("SimplugImpl", ["impl", "has_self"])
18
SimplugImpl.__doc__ = """A namedtuple wrapper for hook implementation.
0 commit comments