Bump to 2.0.1
diff --git a/README.md b/README.md
index 48b6e96..4cc6e8b 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@
 
 ```yaml
 -   repo: https://github.com/PyCQA/autoflake
-    rev: v2.0.0
+    rev: v2.0.1
     hooks:
     -   id: autoflake
 ```
diff --git a/autoflake.py b/autoflake.py
index 46823c1..b219c5a 100755
--- a/autoflake.py
+++ b/autoflake.py
@@ -40,7 +40,7 @@
 import pyflakes.reporter
 
 
-__version__ = "2.0.0"
+__version__ = "2.0.1"
 
 
 _LOGGER = logging.getLogger("autoflake")