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.
1 parent fe2f647 commit eda95caCopy full SHA for eda95ca
pluggy/__init__.py
@@ -2,7 +2,7 @@
2
import warnings
3
from .callers import _MultiCall, HookCallError, _raise_wrapfail, _Result
4
5
-__version__ = '0.5.2'
+__version__ = '0.5.3.dev'
6
7
__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
8
"HookspecMarker", "HookimplMarker"]
0 commit comments