From 1acdac96e32161ebc4d72669e97895ce3d2414df Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Sun, 13 Feb 2011 13:15:48 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29b17d8..2b63cb0 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open('README').read() setup( name="flake8", license="MIT", - version="0.4", + version="0.5", description="code checking using pep8 and pyflakes", author="Tarek Ziade", author_email="tarek@ziade.org",