Skip to content

Commit

Permalink
🔖 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Dec 9, 2022
1 parent b22ba1d commit fcf7a4f
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.2.1"
version = "0.2.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 @@ -19,7 +19,7 @@
import importlib_metadata
from diot import OrderedDiot

__version__ = "0.2.1"
__version__ = "0.2.2"

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

0 comments on commit fcf7a4f

Please sign in to comment.