From 85305002188dfcd634a7a9175d9fa91415129149 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 23 Jun 2024 14:12:33 +0900 Subject: [PATCH] version 2.3.1 --- autopep8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopep8.py b/autopep8.py index 3122ea28..95b6465d 100755 --- a/autopep8.py +++ b/autopep8.py @@ -89,7 +89,7 @@ class documentation for more information. import pycodestyle -__version__ = '2.3.0' +__version__ = '2.3.1' CR = '\r'