commit | b142eaaa4ffee82898fb0f6a7dd0c4b0d0015ba3 | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Fri Sep 01 02:15:05 2023 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Fri Sep 01 02:15:05 2023 -0400 |
tree | 33a2b3fa1b45f868fab1ab8e40b79251067f7dad | |
parent | 6dd02d42637c2de46d11dbccca07d41fe8fcb302 [diff] |
Bump v2.2.1
diff --git a/README.md b/README.md index 92dbf2a..eaa53b2 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```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")