Skip to content

Commit 060a055

Browse files
authored
Merge pull request #74 from nicoddemus/update-dev-version
Update version to 0.5.2.dev
2 parents 557cd3f + f0f254a commit 060a055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluggy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import warnings
33
from .callers import _MultiCall, HookCallError, _raise_wrapfail, _Result
44

5-
__version__ = '0.5.1'
5+
__version__ = '0.5.2.dev'
66

77
__all__ = ["PluginManager", "PluginValidationError", "HookCallError",
88
"HookspecMarker", "HookimplMarker"]

0 commit comments

Comments
 (0)