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 3d97403 commit 9ffe7fbCopy full SHA for 9ffe7fb
src/wrapt/__init__.py
@@ -1,4 +1,4 @@
1
-__version_info__ = ('1', '17', '0')
+__version_info__ = ('1', '17', '1')
2
__version__ = '.'.join(__version_info__)
3
4
from .__wrapt__ import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
0 commit comments