diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2017-07-15 12:35:40 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2017-07-15 12:35:40 +0200 |
| commit | 37bc4776f49cc7f2b7060d393378ac6d5d68b10e (patch) | |
| tree | bdb566e2116dc1c4a665a5e0278f4d98ef28c7de /src | |
| parent | f068b08cf60cecea4b540d3a36550d0d29455b0e (diff) | |
| download | python-decorator-git-37bc4776f49cc7f2b7060d393378ac6d5d68b10e.tar.gz | |
Removed the .pdf from the repo
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 b2ed9b6..aa09566 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -40,7 +40,7 @@ import operator import itertools import collections -__version__ = '4.1.0' +__version__ = '4.1.1' if sys.version >= '3': from inspect import getfullargspec |
