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 | abcc398c3f0684a2ba1025e9b360a8f6e0f96da7 (patch) | |
| tree | a260718e7755b335529ebb6cc3a296b5fc30be60 /setup.py | |
| parent | ef6ad298012eb0d6c8578bc055f8cba9780b9570 (diff) | |
| download | python-setuptools-bitbucket-abcc398c3f0684a2ba1025e9b360a8f6e0f96da7.tar.gz | |
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 |
