From b11523cfc567b2be5d0a56b954541d747bced9fe Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Sat, 20 Aug 2011 12:02:34 +0200 Subject: starting 0.6.22 dev --HG-- branch : distribute extra : rebase_source : 14a38f62c8faf493b64102b7e21244048edea5be --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2982fcf0..3e9754c7 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.21" +VERSION = "0.6.22" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1