summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-07-28 05:44:10 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-07-28 05:44:10 +0200
commit7a1bbf23388e171556a70ea8c6d201a645792990 (patch)
treefe6f15568752d6a83aaaf8ea40d74da4698f23ff /src
parent96e90441b1cf47b660b8cef935163aa24d6ced0f (diff)
downloadpython-decorator-git-4.0.1.tar.gz
Bumped the release number to 4.0.14.0.1
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 4369462..45ef9af 100644
--- a/src/decorator.py
+++ b/src/decorator.py
@@ -33,7 +33,7 @@ for the documentation.
"""
from __future__ import print_function
-__version__ = '4.0.0'
+__version__ = '4.0.1'
import re
import sys