aboutsummaryrefslogtreecommitdiffstats
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
commitdb34965623975ce24d9193dad5592924107f980d (patch)
treea305b076df896c710098c5ec4633ae5def2152d7 /setup.py
parent91479552a228a08d9e44ba4e3b62c82926bade33 (diff)
downloadexternal_python_setuptools-db34965623975ce24d9193dad5592924107f980d.tar.gz
external_python_setuptools-db34965623975ce24d9193dad5592924107f980d.tar.bz2
external_python_setuptools-db34965623975ce24d9193dad5592924107f980d.zip
starting 0.6.18
--HG-- branch : distribute extra : rebase_source : 5d775d7c1cae24d5a671bd92594981b2979d40e7
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