From 0571a171e2c4b23951d72168f8056adf7d9b92d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrobe=CC=81s?= Date: Wed, 18 Nov 2015 23:09:31 +0100 Subject: [PATCH] Bump version to 1.0.1 --- ddt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddt.py b/ddt.py index 7909eef..d1e71b9 100644 --- a/ddt.py +++ b/ddt.py @@ -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