From b142eaaa4ffee82898fb0f6a7dd0c4b0d0015ba3 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:15:05 -0400 Subject: [PATCH] Bump v2.2.1 --- README.md | 2 +- autoflake.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")