We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4b813 commit 135f1baCopy full SHA for 135f1ba
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "simplug"
3
-version = "0.4.1"
+version = "0.4.2"
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.1"
+__version__ = "0.4.2"
16
17
SimplugImpl = namedtuple("SimplugImpl", ["impl", "has_self"])
18
SimplugImpl.__doc__ = """A namedtuple wrapper for hook implementation.
0 commit comments