Skip to content

Commit 27cfe1d

Browse files
committed
0.5.6
1 parent a13731d commit 27cfe1d

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.5"
3+
version = "0.5.6"
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
@@ -13,7 +13,7 @@
1313

1414
from diot import OrderedDiot
1515

16-
__version__ = "0.5.5"
16+
__version__ = "0.5.6"
1717

1818

1919
class SimplugImpl:

0 commit comments

Comments
 (0)