Bump 1.6.1
diff --git a/README.md b/README.md
index aacb4f8..dd40409 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@
 
 ```yaml
 -   repo: https://github.com/PyCQA/autoflake
-    rev: v1.6.0
+    rev: v1.6.1
     hooks:
     -   id: autoflake
 ```
diff --git a/autoflake.py b/autoflake.py
index d91e28a..1f1339d 100755
--- a/autoflake.py
+++ b/autoflake.py
@@ -39,7 +39,7 @@
 import pyflakes.reporter
 
 
-__version__ = "1.6.0"
+__version__ = "1.6.1"
 
 
 _LOGGER = logging.getLogger("autoflake")