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.
2 parents 557cd3f + f0f254a commit 060a055Copy full SHA for 060a055
pluggy/__init__.py
@@ -2,7 +2,7 @@
2
import warnings
3
from .callers import _MultiCall, HookCallError, _raise_wrapfail, _Result
4
5
-__version__ = '0.5.1'
+__version__ = '0.5.2.dev'
6
7
__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
8
"HookspecMarker", "HookimplMarker"]
0 commit comments