Increment patch version to 0.1.5
diff --git a/autoflake.py b/autoflake.py
index c01789a..897e01d 100644
--- a/autoflake.py
+++ b/autoflake.py
@@ -7,7 +7,7 @@
 import tokenize
 
 
-__version__ = '0.1.4'
+__version__ = '0.1.5'
 
 
 PYFLAKES_BIN = 'pyflakes'