Skip to content

Commit 9225eb9

Browse files
committed
🔖 0.3.1
1 parent 7765a69 commit 9225eb9

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.3.0"
3+
version = "0.3.1"
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
@@ -18,7 +18,7 @@
1818

1919
from diot import OrderedDiot
2020

21-
__version__ = "0.3.0"
21+
__version__ = "0.3.1"
2222

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

0 commit comments

Comments
 (0)