diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 08:51:59 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 08:51:59 -0500 |
commit | aa2269f68c8708f6498300f7d0a93a3a5eba562f (patch) | |
tree | 821f5c49151caf391e288c820594b7ac714537a1 /release.py | |
parent | af8cbefb0b5e07834e80bacc7278350b183ca63d (diff) | |
download | external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.gz external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.bz2 external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.zip |
Bumped to 0.7.5 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.4' +VERSION = '0.7.5' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def set_versions(): |