summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-26 12:18:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-26 12:18:36 -0500
commit1c2dff7451101c9cfb37e4ae16eb23ef17332f5a (patch)
tree691a0a730b6bccd2f4f2ebce5b882a87b3c92d10 /setup.py
parent49c2791a723073e0f00189892516ef90f9ce8935 (diff)
downloadpython-setuptools-git-1c2dff7451101c9cfb37e4ae16eb23ef17332f5a.tar.gz
Bumped to 0.6.33 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : cbb90a165b1e410ac7998fe5a57f0c84e9c024d3
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 3b47c5ad..4f7af025 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ exec(init_file.read(), d)
init_file.close()
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.32"
+VERSION = "0.6.33"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py