diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 11:37:26 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-02 11:37:26 -0400 |
commit | ccc570ac00b66b799cd8e626543340786df1bcd2 (patch) | |
tree | 00efc4661d566d88b16760ad4bac51f0f321c670 /release.py | |
parent | 9f551f0f9eda458347a802a7e7c616035c44d0b3 (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |