From 4663c0ebf270687fa922f226d3847e6f82413df1 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Mon, 11 Apr 2011 09:58:43 +0200 Subject: Fixed a doctest broken in Python 3.2 --- 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 a7815ab..d9fb01e 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -28,7 +28,7 @@ Decorator module, see http://pypi.python.org/pypi/decorator for the documentation. """ -__version__ = '3.3.0' +__version__ = '3.3.1' __all__ = ["decorator", "FunctionMaker", "partial"] -- cgit v1.2.1