commit | c056d7ffc63012a5c2eeda0143c535f439c8603f | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Fri Nov 25 09:52:04 2022 -0500 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Fri Nov 25 09:52:04 2022 -0500 |
tree | e69c6a44038cbfb182ebb0ec55bd73cfd0f54c51 | |
parent | aee7fb540e3dc766fa6a4aee146857aac6b18f9d [diff] |
Bump 2.0.0
diff --git a/README.md b/README.md index 5c5ea04..f667901 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v1.7.8 + rev: v2.0.0 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index a5e03f9..58d74c0 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "1.7.8" +__version__ = "2.0.0" _LOGGER = logging.getLogger("autoflake")