Skip to content

Commit fcf7a4f

Browse files
committed
🔖 0.2.2
1 parent b22ba1d commit fcf7a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simplug"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A simple plugin system for python with async hooks supported"
55
authors = ["pwwang <[email protected]>"]
66
license = "MIT"

simplug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import importlib_metadata
2020
from diot import OrderedDiot
2121

22-
__version__ = "0.2.1"
22+
__version__ = "0.2.2"
2323

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

0 commit comments

Comments
 (0)