Bump v1.7.1
diff --git a/README.md b/README.md
index 50bb3f2..c09269a 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@
 
 ```yaml
 -   repo: https://github.com/PyCQA/autoflake
-    rev: v1.7.0
+    rev: v1.7.1
     hooks:
     -   id: autoflake
 ```
diff --git a/autoflake.py b/autoflake.py
index c14b15c..83393ac 100755
--- a/autoflake.py
+++ b/autoflake.py
@@ -40,7 +40,7 @@
 import pyflakes.reporter
 
 
-__version__ = "1.7.0"
+__version__ = "1.7.1"
 
 
 _LOGGER = logging.getLogger("autoflake")