summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-09-25 04:36:59 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-09-25 04:36:59 +0200
commit7af57a4cf63a20b6121d235bebe206260409a585 (patch)
treeaacdc119953ddac839aa3078a74b198e5a55a7ed /src
parentf6f1f69f576e438b3aad336d3faa20d1012b3aeb (diff)
downloadpython-decorator-git-4.0.4.tar.gz
Bumped version to 4.0.44.0.4
Diffstat (limited to 'src')
-rw-r--r--src/decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decorator.py b/src/decorator.py
index 760193b..7efcb6f 100644
--- a/src/decorator.py
+++ b/src/decorator.py
@@ -33,7 +33,7 @@ for the documentation.
"""
from __future__ import print_function
-__version__ = '4.0.3'
+__version__ = '4.0.4'
import re
import sys