Bump version to 1.0.1

This commit is contained in:
Carles Barrobés
2015-11-18 23:09:31 +01:00
parent 9fcc499bd3
commit 0571a171e2

2
ddt.py
View File

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