aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-02 11:37:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-02 11:37:26 -0400
commitccc570ac00b66b799cd8e626543340786df1bcd2 (patch)
tree00efc4661d566d88b16760ad4bac51f0f321c670 /release.py
parent9f551f0f9eda458347a802a7e7c616035c44d0b3 (diff)
downloadexternal_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.tar.gz
external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.tar.bz2
external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.zip
Bumped to 0.7.1 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 ee694875..0332bf15 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7'
+VERSION = '0.7.1'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def set_versions():