diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-02-16 03:12:35 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-02-16 03:12:35 -0500 |
commit | 1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee (patch) | |
tree | 1d327420db83255694082f91e921beb00b79721f /setup.py | |
parent | f2b43352cc25c12115ed5bf4db86a6f88fc81a9f (diff) | |
download | external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.gz external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.bz2 external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.zip |
Bumped to 0.6.36 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e
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.35" +VERSION = "0.6.36" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |