| commit | f9da176869b2b591bde0318e94912f17b790c74f | [log] [tgz] |
|---|---|---|
| author | francisco souza <108725+fsouza@users.noreply.github.com> | Sun Oct 09 12:31:21 2022 -0400 |
| committer | francisco souza <108725+fsouza@users.noreply.github.com> | Sun Oct 09 12:31:21 2022 -0400 |
| tree | 5ed5593cc13eb4453e1f303d7564e7bc80c3b058 | |
| parent | 59284839ef4262be4f28bd26d62c086ef3342c26 [diff] |
Bump v1.7.1
diff --git a/README.md b/README.md index 50bb3f2..c09269a 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.7.0 + rev: v1.7.1 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index c14b15c..83393ac 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "1.7.0" +__version__ = "1.7.1" _LOGGER = logging.getLogger("autoflake")