summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-05-30 18:00:44 +0200
committerTarek Ziade <tarek@ziade.org>2011-05-30 18:00:44 +0200
commit2ab7eb831eee4f7e2d336acb50e431918d920e6e (patch)
tree4e5179880779b84edeafc0c1f22f0f4e6adc2700 /setup.py
parent67d9d4bd851061a8c5551a69b3459c5f3a94624b (diff)
downloadpython-setuptools-bitbucket-2ab7eb831eee4f7e2d336acb50e431918d920e6e.tar.gz
starting 0.6.18
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 21db64c3..92838b9a 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.17"
+VERSION = "0.6.18"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py