diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 23:04:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 23:04:02 -0500 |
commit | 40102f07a08808c2c356891608fd201ee02e618b (patch) | |
tree | 037c555a28b017ecf201c293bfc048520adc8f40 /setup.py | |
parent | bb564ea0637851a516dad029c8ccf6d30c451728 (diff) | |
download | external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.tar.gz external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.tar.bz2 external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.zip |
Bumped to 0.6.32 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 107cb8e68f5d9d947096d0733e841ba568df0be2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.31" +VERSION = "0.6.32" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |