commit | 0659b6d31ff55ccb3268659853bc0f14c3e1a0fe | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Sat Mar 11 00:03:12 2023 -0500 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Sat Mar 11 00:03:12 2023 -0500 |
tree | 8cab03427517694457650deaa6b74edab1014237 | |
parent | c136ba5188d0daf408b7ecc83bb56cffcb0326d9 [diff] |
Bump v2.0.2
diff --git a/README.md b/README.md index 4cc6e8b..32f6869 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 0937e4e..79bc76e 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "2.0.1" +__version__ = "2.0.2" _LOGGER = logging.getLogger("autoflake")