aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-08-18 18:37:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-08-18 18:37:58 -0400
commit781b4157b9ea9e95c75187048d5f008432bff16e (patch)
tree67f00fdc5495f1261de698a2479a7eace51ba689 /setup.py
parent7c3f41d0b318ce9ef1400563cc20308cc9de33ee (diff)
downloadexternal_python_setuptools-781b4157b9ea9e95c75187048d5f008432bff16e.tar.gz
external_python_setuptools-781b4157b9ea9e95c75187048d5f008432bff16e.tar.bz2
external_python_setuptools-781b4157b9ea9e95c75187048d5f008432bff16e.zip
Bumped revision
--HG-- branch : distribute extra : rebase_source : 6ebf94097c5975957a8596aaadc1b466cdcbf796
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 bfb62406..2982fcf0 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.20"
+VERSION = "0.6.21"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py