Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Mar 13, 2024
1 parent 7273ac0 commit d53e650
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.2"
version = "0.4.0"
description = "A simple plugin system for python with async hooks supported"
authors = ["pwwang <pwwang@pwwang.com>"]
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.3.2"
__version__ = "0.4.0"

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

0 comments on commit d53e650

Please sign in to comment.