summaryrefslogtreecommitdiff
path: root/src/decorator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/decorator.py')
-rw-r--r--src/decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decorator.py b/src/decorator.py
index ece2488..84278bb 100644
--- a/src/decorator.py
+++ b/src/decorator.py
@@ -32,7 +32,7 @@ Decorator module, see http://pypi.python.org/pypi/decorator
for the documentation.
"""
-__version__ = '3.4.1'
+__version__ = '3.4.2'
__all__ = ["decorator", "FunctionMaker", "contextmanager"]