We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__version__
1 parent 1b1042e commit b5fb741Copy full SHA for b5fb741
src/pluggy/__init__.py
@@ -6,6 +6,7 @@
6
__version__ = "unknown"
7
8
__all__ = [
9
+ "__version__",
10
"PluginManager",
11
"PluginValidationError",
12
"HookCaller",
0 commit comments