From 53f153dc12a4d9b71673f0c41d0646f4c9efce47 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Wed, 26 Jan 2011 11:59:20 +0100 Subject: [PATCH] bumped revision --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4762bde..0473988 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open('README').read() setup( name="flake8", license="MIT", - version="0.1", + version="0.2", description="code checking using pep8 and pyflakes", author="Tarek Ziade", author_email="tarek@ziade.org",