diff --git a/autopep8.py b/autopep8.py index a6661c7f..8b44a1bb 100755 --- a/autopep8.py +++ b/autopep8.py @@ -89,7 +89,7 @@ class documentation for more information. import pycodestyle -__version__ = '2.2.0' +__version__ = '2.3.0' CR = '\r'