aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-04-07 22:24:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-04-07 22:24:01 -0400
commita17a1c96caac7e6d602a750281dae564c56568cc (patch)
tree8434884984a3c2ddc4f64d6ed08380c387819403 /setup.py
parent01fccfb21c330195ff03515446460fddf0d54e52 (diff)
downloadexternal_python_setuptools-a17a1c96caac7e6d602a750281dae564c56568cc.tar.gz
external_python_setuptools-a17a1c96caac7e6d602a750281dae564c56568cc.tar.bz2
external_python_setuptools-a17a1c96caac7e6d602a750281dae564c56568cc.zip
Bumped to 0.6.27 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 0addbfe4e10e6ce8b94bf4b2916079bce91bca7f
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 d6c8ee0d..7fac7f01 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.26"
+VERSION = "0.6.27"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py