Skip to content

Commit 9ffe7fb

Browse files
Update version to 1.17.1 for GitHub actions build fix.
1 parent 3d97403 commit 9ffe7fb

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', '17', '0')
1+
__version_info__ = ('1', '17', '1')
22
__version__ = '.'.join(__version_info__)
33

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

0 commit comments

Comments
 (0)