Bump to 1.5.3
diff --git a/README.md b/README.md
index 55bff0d..4617b46 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@
 
 ```yaml
 -   repo: https://github.com/PyCQA/autoflake
-    rev: v1.5.2
+    rev: v1.5.3
     hooks:
     -   id: autoflake
 ```
diff --git a/autoflake.py b/autoflake.py
index 4807adf..3bdae6c 100755
--- a/autoflake.py
+++ b/autoflake.py
@@ -39,7 +39,7 @@
 import pyflakes.reporter
 
 
-__version__ = '1.5.2'
+__version__ = '1.5.3'
 
 
 _LOGGER = logging.getLogger('autoflake')