diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-28 09:26:28 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-28 09:26:28 +0200 |
| commit | e13cf0704b7c28f1de1e71cb7c59b47a84daa9ca (patch) | |
| tree | 401e4d4bb3f02968f89ea6b195e9d57f8f8abafa /src | |
| parent | cf24f25326ab8c7be15472f50e67c9cbcca360ad (diff) | |
| download | python-decorator-git-4.0.2.tar.gz | |
Fixed MANIFEST.in4.0.2
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 45ef9af..7a8b232 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -33,7 +33,7 @@ for the documentation. """ from __future__ import print_function -__version__ = '4.0.1' +__version__ = '4.0.2' import re import sys |
