From 107e29dce22c7b367a36633a78735278e4ad4288 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Mon, 20 Jan 2020 23:07:49 +0900 Subject: [PATCH] version 1.5 --- autopep8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopep8.py b/autopep8.py index 9dafbdda..d9772442 100755 --- a/autopep8.py +++ b/autopep8.py @@ -75,7 +75,7 @@ class documentation for more information. unicode = str -__version__ = '1.5a1' +__version__ = '1.5' CR = '\r'