From db34965623975ce24d9193dad5592924107f980d Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Mon, 30 May 2011 18:00:44 +0200 Subject: starting 0.6.18 --HG-- branch : distribute extra : rebase_source : 5d775d7c1cae24d5a671bd92594981b2979d40e7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.3