diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2011-04-11 11:35:44 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2011-04-11 11:35:44 +0200 |
| commit | ac2233896698b9d2b7d41ff0fcf47d4cb378df5a (patch) | |
| tree | 84612d41e5a36e4732eb497e4000dc1ea1ea4ac0 /src | |
| parent | 4c059c2020d7643645e82ccc3da729c93512c8c2 (diff) | |
| parent | 4663c0ebf270687fa922f226d3847e6f82413df1 (diff) | |
| download | python-decorator-git-ac2233896698b9d2b7d41ff0fcf47d4cb378df5a.tar.gz | |
Merged devel into default for release 0.8.1 of plac
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"] |
