diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2022-01-07 08:51:31 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2022-01-07 08:51:31 +0100 |
| commit | ad013a2c1ad7969963acf3dea948632be387f5a0 (patch) | |
| tree | 02cee850526a927df94213723f52e356a0fedc57 /src | |
| parent | 5a2023203948ff297cc2e482aa66f84d75d1d1f8 (diff) | |
| download | python-decorator-git-ad013a2c1ad7969963acf3dea948632be387f5a0.tar.gz | |
Updated changelog and bumped version to 5.1.15.1.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 257b1b1..2479b6f 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.1.0' +__version__ = '5.1.1' DEF = re.compile(r'\s*def\s*([_\w][_\w\d]*)\s*\(') POS = inspect.Parameter.POSITIONAL_OR_KEYWORD |
