commit | fa775bbc8ab69b0738bb61a75dc142d0ff17488d | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Sun Apr 16 22:43:14 2023 -0400 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Sun Apr 16 22:43:14 2023 -0400 |
tree | 3b3c68fd5f46b9eaf285e920d41b43f477c475b1 | |
parent | 23358df633b8b14563bff0d9903ceab3e3f2921c [diff] |
Bump v2.1.0
diff --git a/README.md b/README.md index 32f6869..a770008 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.0.2 + rev: v2.1.0 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 7c087a2..1e65bb2 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "2.0.2" +__version__ = "2.1.0" _LOGGER = logging.getLogger("autoflake")