diff --git a/README b/README index 4d9aea0..30f6129 100644 --- a/README +++ b/README @@ -91,6 +91,11 @@ projects: CHANGES ======= +1.1 - ? +------- + +? + 1.0 - 2011-11-29 ---------------- diff --git a/setup.py b/setup.py index 3e8758e..c69328d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open('README').read() setup( name="flake8", license="MIT", - version="1.0", + version="1.1", description="code checking using pep8 and pyflakes", author="Tarek Ziade", author_email="tarek@ziade.org",