diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 11:01:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 11:01:36 -0400 |
commit | 8479dd994fc0bc1ae62de6632123a7e9d4fd5d4e (patch) | |
tree | 269f09efd3e869603c1396b4c3ad5def976dd5f8 /setup.py | |
parent | 0550208c7ab031366d0fd5c4d2e4311b9c0d3d6d (diff) | |
download | python-setuptools-bitbucket-8479dd994fc0bc1ae62de6632123a7e9d4fd5d4e.tar.gz |
Bumped to 0.7.3 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.2" +VERSION = "0.7.3" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |