Skip to content

Commit 483840b

Browse files
committed
0.5.1
1 parent 5d4ec0f commit 483840b

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.5.0"
3+
version = "0.5.1"
44
description = "A simple plugin system for python with async hooks supported"
55
authors = ["pwwang <[email protected]>"]
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.5.0"
15+
__version__ = "0.5.1"
1616

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

0 commit comments

Comments
 (0)