diff options
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 a7815ab..d9fb01e 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -28,7 +28,7 @@ Decorator module, see http://pypi.python.org/pypi/decorator for the documentation. """ -__version__ = '3.3.0' +__version__ = '3.3.1' __all__ = ["decorator", "FunctionMaker", "partial"] |
