diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 14:20:13 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 14:20:13 -0400 |
commit | 6b694814e0f877a45aff1091849ec09abd8f0ed2 (patch) | |
tree | 30a988035e613a97d8a6417180aff6b91e3dfc55 /setup.py | |
parent | 0bbfe3d3d2e8bbddd492b0a50793d1352a33c3cb (diff) | |
download | external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.tar.gz external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.tar.bz2 external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.zip |
Bumped to 0.7.2 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.1" +VERSION = "0.7.2" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |