Increment version to 1.10.9.

This commit is contained in:
Graham Dumpleton 2016-12-18 15:39:02 +11:00
parent 9f04ab4e8a
commit df9c0b9928
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class optional_build_ext(build_ext):
setup_kwargs = dict(
name='wrapt',
version='1.10.8',
version='1.10.9',
description='Module for decorators, wrappers and monkey patching.',
long_description=open('README.rst').read(),
author='Graham Dumpleton',