diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-29 10:54:10 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-29 10:54:10 -0400 |
| commit | 0287b273b81e0ef7cfb6721b87f9d5a5780805a2 (patch) | |
| tree | d8a51ef55c800b9c95fedb5e5ebf83179f62bcc2 /setup.py | |
| parent | 5240a794b4afe5672b49e27a8c4131a3d159fee7 (diff) | |
| download | python-setuptools-bitbucket-0287b273b81e0ef7cfb6721b87f9d5a5780805a2.tar.gz | |
Bumped to 0.7.6 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.5" +VERSION = "0.7.6" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
