diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:01:32 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:01:32 -0400 |
| commit | 83c974c56ebc4689171913da1a6af3249b56ec6d (patch) | |
| tree | b018b0d90cddcf1293d3b0712209f6061178e26b /setup.py | |
| parent | d9b32bd186ce6804fca2df9ece07c2fabb1737e1 (diff) | |
| download | python-setuptools-git-83c974c56ebc4689171913da1a6af3249b56ec6d.tar.gz | |
Bumped to 0.7.8 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.7" +VERSION = "0.7.8" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
