From 9d82181084ef39876f8eb2a00e9d9e9cc151b1dd Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 31 May 2020 23:03:19 +0900 Subject: [PATCH] version 1.5.3 --- autopep8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopep8.py b/autopep8.py index 95d723b1..b645cb4f 100755 --- a/autopep8.py +++ b/autopep8.py @@ -77,7 +77,7 @@ class documentation for more information. unicode = str -__version__ = '1.5.2' +__version__ = '1.5.3' CR = '\r'