aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-28 17:16:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-28 17:16:42 -0400
commita1bc841f097ac20ee5a6526c804398ffb3604c80 (patch)
treea316d134e298c7a4c44e81d5d6b4f6e7b3810af7 /release.py
parent715d09f7e80a6979939b9e72541277cadb4c6e97 (diff)
downloadexternal_python_setuptools-a1bc841f097ac20ee5a6526c804398ffb3604c80.tar.gz
external_python_setuptools-a1bc841f097ac20ee5a6526c804398ffb3604c80.tar.bz2
external_python_setuptools-a1bc841f097ac20ee5a6526c804398ffb3604c80.zip
Bumped to 0.7b5 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 33fb294a..e0c6a5eb 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7b4'
+VERSION = '0.7b5'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def get_next_version(version):