Increment version to 1.1.2.
This commit is contained in:
2
setup.py
2
setup.py
@@ -34,7 +34,7 @@ class optional_build_ext(build_ext):
|
||||
|
||||
setup_kwargs = dict(
|
||||
name = 'wrapt',
|
||||
version = '1.1.1',
|
||||
version = '1.1.2',
|
||||
description = 'Module for decorators, wrappers and monkey patching.',
|
||||
author = 'Graham Dumpleton',
|
||||
author_email = 'Graham.Dumpleton@gmail.com',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version_info__ = ('1', '1', '1')
|
||||
__version_info__ = ('1', '1', '2')
|
||||
__version__ = '.'.join(__version_info__)
|
||||
|
||||
from .wrappers import ObjectProxy, FunctionWrapper, WeakFunctionProxy
|
||||
|
||||
Reference in New Issue
Block a user