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