aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-09 11:01:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-09 11:01:36 -0400
commit91c8bc673be3727f707f58251afa6a35bb6da3d6 (patch)
tree9036a1cadfbbd3d937454d1bd992f316244aa0e7 /release.py
parentffa2bfc63255aba2d74bbd89ee4c95be92d09b56 (diff)
downloadexternal_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.tar.gz
external_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.tar.bz2
external_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.zip
Bumped to 0.7.3 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 73331437..0e3cd34f 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.7.2'
+VERSION = '0.7.3'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def set_versions():