diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 16:07:13 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 16:07:13 -0500 |
commit | 1e5582e523ce94c205884548ef200ea3a29aff13 (patch) | |
tree | 9c76dd809e98911ef778a6d7cde1954a2a7613d0 /setup.py | |
parent | 1b793f1d7fc075506cf16e9bdb1abfb610f0e151 (diff) | |
download | external_python_setuptools-1e5582e523ce94c205884548ef200ea3a29aff13.tar.gz external_python_setuptools-1e5582e523ce94c205884548ef200ea3a29aff13.tar.bz2 external_python_setuptools-1e5582e523ce94c205884548ef200ea3a29aff13.zip |
Bumped to 0.7.4 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.3" +VERSION = "0.7.4" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |