prep for 0.9

This commit is contained in:
Tarek Ziade 2011-11-09 14:43:23 +01:00
parent 3035b04dce
commit fc026a5e8a
3 changed files with 17 additions and 2 deletions

View file

@ -5,7 +5,7 @@ README = open('README').read()
setup(
name="flake8",
license="MIT",
version="0.8",
version="0.9",
description="code checking using pep8 and pyflakes",
author="Tarek Ziade",
author_email="tarek@ziade.org",