diff options
| author | michele.simionato <devnull@localhost> | 2009-08-26 05:46:33 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2009-08-26 05:46:33 +0000 |
| commit | 1182961a2b82500a00f948437fa7f8736537c521 (patch) | |
| tree | 00621aa6737e76927329320e5ce834d3fa841b8b /setup.py | |
| parent | c8708c4276a7a06470226c85863ac958b574fcd8 (diff) | |
| download | python-decorator-git-1182961a2b82500a00f948437fa7f8736537c521.tar.gz | |
Release 3.1.2
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ try: except ImportError: from distutils.core import setup -VERSION = '3.1.1' +VERSION = '3.1.2' if __name__ == '__main__': try: |
