summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0473988..e28a59a 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ README = open('README').read()
setup(
name="flake8",
license="MIT",
- version="0.2",
+ version="0.3",
description="code checking using pep8 and pyflakes",
author="Tarek Ziade",
author_email="tarek@ziade.org",