diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-09-25 04:36:59 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-09-25 04:36:59 +0200 |
| commit | 7af57a4cf63a20b6121d235bebe206260409a585 (patch) | |
| tree | aacdc119953ddac839aa3078a74b198e5a55a7ed /src | |
| parent | f6f1f69f576e438b3aad336d3faa20d1012b3aeb (diff) | |
| download | python-decorator-git-4.0.4.tar.gz | |
Bumped version to 4.0.44.0.4
Diffstat (limited to 'src')
| -rw-r--r-- | src/decorator.py | 2 |
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 |
