From 93b983e6f2302007cedbf44bcf0b944415c05361 Mon Sep 17 00:00:00 2001 From: tarek Date: Sat, 12 Dec 2009 15:22:47 +0100 Subject: starting 0.6.11 --HG-- branch : distribute extra : rebase_source : e69bd36f08c0407a0e818e67e5a5b7d633182a57 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b917abfd..b8612b5c 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.10" +VERSION = "0.6.11" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1