diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2016-02-08 11:17:58 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2016-02-08 11:17:58 +0100 |
| commit | 854fc35ec9e81b2425249af809b1e286011ad72b (patch) | |
| tree | 26051ac50d955ff6ce11741245c38bcabcb5bac7 /src | |
| parent | 913b8bdffaefb97b6e658aae525c2fac53395247 (diff) | |
| download | python-decorator-git-4.0.9.tar.gz | |
Bumped release number to 4.0.94.0.9
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 4a02e4e..5a4cff4 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -40,7 +40,7 @@ import operator import itertools import collections -__version__ = '4.0.7' +__version__ = '4.0.9' if sys.version >= '3': from inspect import getfullargspec |
