Skip to content

Commit

Permalink
🔖 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jun 24, 2023
1 parent 7765a69 commit 9225eb9
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.0"
version = "0.3.1"
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.0"
__version__ = "0.3.1"

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

0 comments on commit 9225eb9

Please sign in to comment.