diff options
| author | Tarek Ziade <tarek@ziade.org> | 2011-05-30 18:00:44 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2011-05-30 18:00:44 +0200 |
| commit | 2ab7eb831eee4f7e2d336acb50e431918d920e6e (patch) | |
| tree | 4e5179880779b84edeafc0c1f22f0f4e6adc2700 /setup.py | |
| parent | 67d9d4bd851061a8c5551a69b3459c5f3a94624b (diff) | |
| download | python-setuptools-bitbucket-2ab7eb831eee4f7e2d336acb50e431918d920e6e.tar.gz | |
starting 0.6.18
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.17" +VERSION = "0.6.18" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
