From fa9206561cd5483846b86c89206ced48d502018b Mon Sep 17 00:00:00 2001 From: tarek Date: Fri, 16 Oct 2009 12:11:24 +0200 Subject: starting 0.6.7 --HG-- branch : distribute extra : rebase_source : c4445b08d41ce91b2a7c03793110b07113edd9ea --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5bf16640..aaa7f3e3 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.6" +VERSION = "0.6.7" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1