diff --git a/setup.py b/setup.py index 2b63cb0..aa7fa7c 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open('README').read() setup( name="flake8", license="MIT", - version="0.5", + version="0.6", description="code checking using pep8 and pyflakes", author="Tarek Ziade", author_email="tarek@ziade.org",