From 284aca6a9ce8ff9e10abef7dc61da6d3aa1fa6ee Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Tue, 29 Nov 2011 13:45:02 +0100 Subject: [PATCH] starting 1.1 --- README | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",