diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2018-08-04 07:29:17 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2018-08-04 07:29:17 +0200 |
| commit | 18e0912a155a053b1b57917ff9c5485fa4136cc0 (patch) | |
| tree | 345c2ab5dda138067b02d581b27134bc52bf2b53 /src | |
| parent | 47cc7f35c8592845e69fbf17e7a6faa718bdefe9 (diff) | |
| download | python-decorator-git-18e0912a155a053b1b57917ff9c5485fa4136cc0.tar.gz | |
Bumped release to 4.3.14.3.1
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 8aa8537..fd0e9ef 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -40,7 +40,7 @@ import operator import itertools import collections -__version__ = '4.4.0' +__version__ = '4.3.1' if sys.version >= '3': from inspect import getfullargspec |
