Skip to content

Commit 90a20b9

Browse files
committed
0.5.5
1 parent 55b687c commit 90a20b9

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

1414
from diot import OrderedDiot
1515

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

1818

1919
class SimplugImpl:

0 commit comments

Comments
 (0)