diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2021-04-02 13:33:31 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2021-04-02 13:33:31 +0200 |
| commit | a5bce82691f6b2cac616091bd02b788cf2bb9be5 (patch) | |
| tree | d7596d470350ea7ae73834ebd49d9ca1cea4428d /src | |
| parent | ceca3bb8142b6a753846e4e2cd166d2df8453eed (diff) | |
| download | python-decorator-git-a5bce82691f6b2cac616091bd02b788cf2bb9be5.tar.gz | |
Fixed python_requires in setup.py
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 fa1303e..e7f5cf4 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -40,7 +40,7 @@ import itertools from contextlib import _GeneratorContextManager from inspect import getfullargspec, iscoroutinefunction, isgeneratorfunction -__version__ = '5.0.0' +__version__ = '5.0.1' DEF = re.compile(r'\s*def\s*([_\w][_\w\d]*)\s*\(') POS = inspect.Parameter.POSITIONAL_OR_KEYWORD |
