Skip to content

Commit

Permalink
Increment version to 1.14.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Mar 10, 2022
1 parent 8f180bf commit 7e2a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('1', '14', '0rc1')
__version_info__ = ('1', '14', '0')
__version__ = '.'.join(__version_info__)

from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
Expand Down

0 comments on commit 7e2a140

Please sign in to comment.