summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-20 14:43:35 -0400
committerIan Bicking <ianb@colorstudy.com>2010-09-20 14:43:35 -0400
commitf53e2508ecb2582cacbccc57a976b2760cb2d770 (patch)
treee476c72231eda122b9a4c6cf848c55b1af1fade1 /setup.py
parentdc8a588b82fd813876fbfd1fb68d989b9f16bc5f (diff)
downloadpaste-f53e2508ecb2582cacbccc57a976b2760cb2d770.tar.gz
update versions for release1.7.5.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 3692796..cb45fab 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# revision (set to True for real releases)
RELEASE = False
-__version__ = '1.7.5'
+__version__ = '1.7.5.1'
from setuptools import setup, find_packages
import sys, os