aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-08-20 12:02:34 +0200
committerTarek Ziade <tarek@ziade.org>2011-08-20 12:02:34 +0200
commitb11523cfc567b2be5d0a56b954541d747bced9fe (patch)
treef00fb94a0365167bd2689feaaf8e407e88b259fe /setup.py
parentaad36d610b0d3b9778e1fe53fd3a1aefe5da2e71 (diff)
downloadexternal_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.gz
external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.bz2
external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.zip
starting 0.6.22 dev
--HG-- branch : distribute extra : rebase_source : 14a38f62c8faf493b64102b7e21244048edea5be
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 2982fcf0..3e9754c7 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.21"
+VERSION = "0.6.22"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py