Skip to content

Commit 768e9e3

Browse files
committed
0.5.4
1 parent c8e7d30 commit 768e9e3

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.3"
3+
version = "0.5.4"
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.3"
16+
__version__ = "0.5.4"
1717

1818

1919
class SimplugImpl:

0 commit comments

Comments
 (0)