aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-25 16:04:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-25 16:04:05 -0400
commit2a6828a3a6f98a6f6e0e97b02b1c6e397130a473 (patch)
treeb9aca4d08e317cf5be12eadabd724532197a4758 /release.py
parent14439716f80f8c24996de8d2179003a32f1cff3e (diff)
downloadexternal_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.gz
external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.bz2
external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.zip
Bump version for subsequent 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 f3d83872..bd944647 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7b3'
+VERSION = '0.7b4'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def get_next_version(version):