commit | 14befe706742a2e4abb2de241372bb2a0592e7e1 | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Tue Apr 18 08:23:33 2023 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Tue Apr 18 08:23:33 2023 -0400 |
tree | dd54a851ef7c6285466b5f977caa991b0ff8a621 | |
parent | 5071c7955687ff250f5bdf6a3ac4953afd768de4 [diff] |
Bump v2.1.1
diff --git a/README.md b/README.md index a770008..5e43f72 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.1.0 + rev: v2.1.1 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index ba867f9..7c2ca2c 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "2.1.0" +__version__ = "2.1.1" _LOGGER = logging.getLogger("autoflake")