From 3dc32d2ac596d0677aa93d65869119bc172b47ac Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Tue, 16 Mar 2021 23:50:53 +0900 Subject: [PATCH] version 1.5.6 --- autopep8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopep8.py b/autopep8.py index 4035773d..b9b7fbf3 100755 --- a/autopep8.py +++ b/autopep8.py @@ -100,7 +100,7 @@ class documentation for more information. unicode = str -__version__ = '1.5.5' +__version__ = '1.5.6' CR = '\r'