summaryrefslogtreecommitdiff
path: root/decorator/src/decorator.py
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/src/decorator.py')
-rw-r--r--decorator/src/decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decorator/src/decorator.py b/decorator/src/decorator.py
index a7815ab..d9fb01e 100644
--- a/decorator/src/decorator.py
+++ b/decorator/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"]