diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 11:01:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 11:01:36 -0400 |
commit | 91c8bc673be3727f707f58251afa6a35bb6da3d6 (patch) | |
tree | 9036a1cadfbbd3d937454d1bd992f316244aa0e7 /release.py | |
parent | ffa2bfc63255aba2d74bbd89ee4c95be92d09b56 (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |