diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 10:46:47 -0400 |
commit | 87818a14ed9897a88737f287b634191337a2ed2a (patch) | |
tree | 4692fc0129dec2801e46394e396e259d8b179263 /release.py | |
parent | fa3e4622dfdce9b43ddb0a61a6714f047c31a28b (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ try: except Exception: pass -VERSION = '0.7b5' +VERSION = '0.7' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def set_versions(): |