Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jul 21, 2024
1 parent 1266e14 commit 3b886b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simplug"
version = "0.4.2"
version = "0.4.3"
description = "A simple plugin system for python with async hooks supported"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion simplug.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from diot import OrderedDiot

__version__ = "0.4.2"
__version__ = "0.4.3"

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

0 comments on commit 3b886b4

Please sign in to comment.