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 bea8b75 commit 843d4b9Copy full SHA for 843d4b9
pluggy/__init__.py
@@ -2,7 +2,7 @@
2
import warnings
3
from .callers import _multicall, HookCallError, _Result, _legacymulticall
4
5
-__version__ = '0.5.3.dev'
+__version__ = '0.6.0'
6
7
__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
8
"HookspecMarker", "HookimplMarker"]
0 commit comments