Skip to content

Commit 3b886b4

Browse files
committed
0.4.3
1 parent 1266e14 commit 3b886b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simplug"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A simple plugin system for python with async hooks supported"
55
authors = ["pwwang <pwwang@pwwang.com>"]
66
license = "MIT"

simplug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from diot import OrderedDiot
1414

15-
__version__ = "0.4.2"
15+
__version__ = "0.4.3"
1616

1717
SimplugImpl = namedtuple("SimplugImpl", ["impl", "has_self"])
1818
SimplugImpl.__doc__ = """A namedtuple wrapper for hook implementation.

0 commit comments

Comments
 (0)