diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2020-02-29 06:23:03 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2020-02-29 06:23:03 +0100 |
| commit | 904844b84f30bcd370268d09fdffbc77b0a9fd42 (patch) | |
| tree | 174dabba9e71bd1146b1c66e7e9335794ae0b2bd /src | |
| parent | 8141e729034bb4f7abe41966d77be0b2a4b0a767 (diff) | |
| download | python-decorator-git-904844b84f30bcd370268d09fdffbc77b0a9fd42.tar.gz | |
Release 4.4.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 f1eaf57..b1f8b56 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -40,7 +40,7 @@ import operator import itertools import collections -__version__ = '4.4.1' +__version__ = '4.4.2' if sys.version_info >= (3,): from inspect import getfullargspec |
