From fda3bb39181437b6b8a0aa0185f21ae5f14385dd Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 14 Apr 2019 17:27:22 +0900 Subject: [PATCH] version 1.4.4 --- autopep8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopep8.py b/autopep8.py index ad83e913..42727cac 100755 --- a/autopep8.py +++ b/autopep8.py @@ -68,7 +68,7 @@ class documentation for more information. unicode = str -__version__ = '1.4.3' +__version__ = '1.4.4' CR = '\r'