Bump version to 1.1.0

This commit is contained in:
Carles Barrobés 2016-05-31 09:26:47 +02:00
parent 115a805476
commit 70cd085c8e
1 changed files with 1 additions and 1 deletions

2
ddt.py
View File

@ -18,7 +18,7 @@ except ImportError: # pragma: no cover
else:
_have_yaml = True
__version__ = '1.0.3'
__version__ = '1.1.0'
# These attributes will not conflict with any real python attribute
# They are added to the decorated test method and processed later