summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-08-16 12:53:00 +0000
committermichele.simionato <devnull@localhost>2009-08-16 12:53:00 +0000
commite9cda2473b617ef454e5ed2755d9c678c0603ca6 (patch)
tree8db3f954f4ed916f6146f7867026f8ffeae96602 /setup.py
parent4fab653aa6f1a2843daa9fa119673583c317ba7b (diff)
downloadpython-decorator-git-e9cda2473b617ef454e5ed2755d9c678c0603ca6.tar.gz
Decorator module, version 3.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 83e990d..67d18e2 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ try:
except ImportError:
from distutils.core import setup
-VERSION = '3.0.1'
+VERSION = '3.1.0'
if __name__ == '__main__':
try: