diff --git a/README.md b/README.md index 92dbf2a..eaa53b2 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml` ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake ``` diff --git a/autoflake.py b/autoflake.py index d4ef466..6bd31e9 100755 --- a/autoflake.py +++ b/autoflake.py @@ -50,7 +50,7 @@ import pyflakes.reporter -__version__ = "2.2.0" +__version__ = "2.2.1" _LOGGER = logging.getLogger("autoflake")