aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-24 23:04:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-24 23:04:02 -0500
commit40102f07a08808c2c356891608fd201ee02e618b (patch)
tree037c555a28b017ecf201c293bfc048520adc8f40 /setup.py
parentbb564ea0637851a516dad029c8ccf6d30c451728 (diff)
downloadexternal_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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 13c9be7c..dc3b08a3 100755
--- a/setup.py
+++ b/setup.py
@@ -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