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 /setup.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 '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.7b5" +VERSION = "0.7" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |