Skip to content

Commit b5fb741

Browse files
committed
Export __version__
Otherwise not visible to mypy.
1 parent 1b1042e commit b5fb741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pluggy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
__version__ = "unknown"
77

88
__all__ = [
9+
"__version__",
910
"PluginManager",
1011
"PluginValidationError",
1112
"HookCaller",

0 commit comments

Comments
 (0)