We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b687c commit 90a20b9Copy full SHA for 90a20b9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "simplug"
3
-version = "0.5.4"
+version = "0.5.5"
4
description = "A simple plugin system for python with async hooks supported"
5
authors = ["pwwang <[email protected]>"]
6
license = "MIT"
simplug.py
@@ -13,7 +13,7 @@
13
14
from diot import OrderedDiot
15
16
-__version__ = "0.5.4"
+__version__ = "0.5.5"
17
18
19
class SimplugImpl:
0 commit comments