Skip to content

Commit 43a4d77

Browse files
Increment RC version.
1 parent b0e03a1 commit 43a4d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wrapt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Wrapt is a library for decorators, wrappers and monkey patching.
33
"""
44

5-
__version_info__ = ("2", "2", "0", "rc7")
5+
__version_info__ = ("2", "2", "0", "rc8")
66
__version__ = ".".join(__version_info__)
77

88
from .__wrapt__ import (

0 commit comments

Comments
 (0)