aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 16:36:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 16:36:21 -0400
commit6075a86ef9810670e9b89c9f4321aad19158fad0 (patch)
tree99b1962c84d232cddb3f7935d526553ff06871be /release.py
parent0465490edb621f16353aa5ac7d9661cf69accf8b (diff)
downloadexternal_python_setuptools-6075a86ef9810670e9b89c9f4321aad19158fad0.tar.gz
external_python_setuptools-6075a86ef9810670e9b89c9f4321aad19158fad0.tar.bz2
external_python_setuptools-6075a86ef9810670e9b89c9f4321aad19158fad0.zip
Bump to 0.7b2 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 10c21e24..229f8ed8 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7b1'
+VERSION = '0.7b2'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def get_next_version(version):