diff options
| author | michele.simionato <devnull@localhost> | 2009-08-16 12:53:00 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2009-08-16 12:53:00 +0000 |
| commit | e9cda2473b617ef454e5ed2755d9c678c0603ca6 (patch) | |
| tree | 8db3f954f4ed916f6146f7867026f8ffeae96602 /setup.py | |
| parent | 4fab653aa6f1a2843daa9fa119673583c317ba7b (diff) | |
| download | python-decorator-git-e9cda2473b617ef454e5ed2755d9c678c0603ca6.tar.gz | |
Decorator module, version 3.1
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.0.1' +VERSION = '3.1.0' if __name__ == '__main__': try: |
