summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-14 11:00:53 -0500
committerIan Bicking <ianb@colorstudy.com>2010-09-14 11:00:53 -0500
commite3e4c6ae228ab49de3c1e90b1f993f28b32afa15 (patch)
tree93d7b1da5d84cec7f388fee62978ef768e86b5c4 /setup.py
parent13af02868e92e1fca24985c1b341aab23f9bfc58 (diff)
downloadpaste-e3e4c6ae228ab49de3c1e90b1f993f28b32afa15.tar.gz
versions for release1.7.5
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 0197473..3692796 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# revision (set to True for real releases)
RELEASE = False
-__version__ = '1.7.4'
+__version__ = '1.7.5'
from setuptools import setup, find_packages
import sys, os