Bump version number

This commit is contained in:
Carles Barrobés 2016-05-25 17:38:01 +02:00
parent 3dc927d8e0
commit 72fbfed12d
1 changed files with 1 additions and 1 deletions

2
ddt.py
View File

@ -11,7 +11,7 @@ import os
import re
from functools import wraps
__version__ = '1.0.2'
__version__ = '1.0.3'
# These attributes will not conflict with any real python attribute
# They are added to the decorated test method and processed later