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 /setup.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 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.7" +VERSION = "0.7.1" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |