aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-02 10:46:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-02 10:46:47 -0400
commit87818a14ed9897a88737f287b634191337a2ed2a (patch)
tree4692fc0129dec2801e46394e396e259d8b179263 /release.py
parentfa3e4622dfdce9b43ddb0a61a6714f047c31a28b (diff)
downloadexternal_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.tar.gz
external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.tar.bz2
external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.zip
Bumped to 0.7 in preparation for next release.0.7
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 d3890307..ee694875 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7b5'
+VERSION = '0.7'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def set_versions():