Skip to content

Commit

Permalink
🔖 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jun 24, 2023
1 parent 75eb321 commit 6940321
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.3.1"
version = "0.3.2"
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 @@ -18,7 +18,7 @@

from diot import OrderedDiot

__version__ = "0.3.1"
__version__ = "0.3.2"

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

0 comments on commit 6940321

Please sign in to comment.