diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 22:00:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 22:00:07 -0400 |
| commit | d19a508528b019abbd41e88fa823677ae2f60560 (patch) | |
| tree | 30e0259f3bf26f389397aff14665b203b7586bd4 /setup.py | |
| parent | c84f0b5a6ab113824d02c07849b2304b69fc0d5f (diff) | |
| download | python-setuptools-git-d19a508528b019abbd41e88fa823677ae2f60560.tar.gz | |
Bumped to 0.6.50 in preparation for next release.
--HG--
branch : distribute
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.6.49" +VERSION = "0.6.50" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
