From 925613ccf9d2f94c6bca441d4825b6232c4790e9 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 11 Dec 2015 05:13:53 +0100 Subject: Removed file x.py accidentally entered in the tarball --- 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 49c1747..a0c5ccd 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -40,7 +40,7 @@ import operator import itertools import collections -__version__ = '4.0.5' +__version__ = '4.0.6' if sys.version >= '3': from inspect import getfullargspec -- cgit v1.2.1