aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-19 08:51:59 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-06-19 08:51:59 -0500
commitaa2269f68c8708f6498300f7d0a93a3a5eba562f (patch)
tree821f5c49151caf391e288c820594b7ac714537a1 /release.py
parentaf8cbefb0b5e07834e80bacc7278350b183ca63d (diff)
downloadexternal_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.gz
external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.bz2
external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.zip
Bumped to 0.7.5 in preparation for next release.
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index c3ed3f45..8d2f0bc7 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7.4'
+VERSION = '0.7.5'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def set_versions():