From 7a1bbf23388e171556a70ea8c6d201a645792990 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Tue, 28 Jul 2015 05:44:10 +0200 Subject: Bumped the release number to 4.0.1 --- src/decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/decorator.py b/src/decorator.py index 4369462..45ef9af 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -33,7 +33,7 @@ for the documentation. """ from __future__ import print_function -__version__ = '4.0.0' +__version__ = '4.0.1' import re import sys -- cgit v1.2.1