summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-08-18 04:14:35 +0000
committermichele.simionato <devnull@localhost>2009-08-18 04:14:35 +0000
commitc8708c4276a7a06470226c85863ac958b574fcd8 (patch)
tree1067c04eef0aad00d4487601f06639c64f133658 /setup.py
parent77098cfb3225adecffde1e76b147e9f7757ddd0c (diff)
downloadpython-decorator-git-c8708c4276a7a06470226c85863ac958b574fcd8.tar.gz
Decorator 3.1.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 67d18e2..b406954 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ try:
except ImportError:
from distutils.core import setup
-VERSION = '3.1.0'
+VERSION = '3.1.1'
if __name__ == '__main__':
try: