summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0fdd07b..a00a394 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ else:
setup(
name="pyflakes",
license="MIT",
- version="0.6.0",
+ version="0.6.1",
description="passive checker of Python programs",
author="Phil Frost",
author_email="indigo@bitglue.com",