diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2010-05-15 07:33:37 -1000 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2010-05-15 07:33:37 -1000 |
| commit | 1fc291ffa0bdddb8869224a760f3af7ef5a45cf5 (patch) | |
| tree | ca6c6b1e70f74b169bd6167d5c2aa81fbddb693d /setup.py | |
| parent | 4353f3f6eaabc04859bcbd592c58df985bd2ad3b (diff) | |
| parent | de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88 (diff) | |
| download | python-setuptools-git-1fc291ffa0bdddb8869224a760f3af7ef5a45cf5.tar.gz | |
Merged Fix for #151
--HG--
branch : distribute
extra : rebase_source : 7f7f9c64a26c6110096387b9862e06455c49f2ec
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.11" +VERSION = "0.6.13" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
