aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-06-02 02:12:54 +0200
committerTarek Ziade <tarek@ziade.org>2011-06-02 02:12:54 +0200
commite46e9743081ec738c970931c8dbfa3de8a8ebff7 (patch)
tree5e2ee29c9ea2041f7ef880cc2d116ef321a28134 /setup.py
parent323679aa633452abb46f1618c7bc8bfa3121ef2a (diff)
downloadexternal_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.tar.gz
external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.tar.bz2
external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.zip
starting 0.6.20
--HG-- branch : distribute extra : rebase_source : f5cf2fdcae5a8895f0218fddd57e0496d302d919
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 44f773af..bfb62406 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.19"
+VERSION = "0.6.20"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py