Skip to content

Commit 70c86a5

Browse files
Increment version for release candidate.
1 parent bc3529c commit 70c86a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('1', '16', '0rc1')
1+
__version_info__ = ('1', '16', '0rc2')
22
__version__ = '.'.join(__version_info__)
33

44
from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,

0 commit comments

Comments
 (0)