commit | a8074406bf785cb287dfe1809e79ac6856bf65b2 | [log] [tgz] |
---|---|---|
author | francisco souza <108725+fsouza@users.noreply.github.com> | Tue Jan 31 10:56:38 2023 -0500 |
committer | francisco souza <108725+fsouza@users.noreply.github.com> | Tue Jan 31 10:56:38 2023 -0500 |
tree | 4a6c86a1f7281884d1ccf1310afdd6e0207e7924 | |
parent | 510b09755aab134072b746c2b50e9e332df73733 [diff] |
Bump to 2.0.1
diff --git a/README.md b/README.md index 48b6e96..4cc6e8b 100644 --- a/README.md +++ b/README.md
@@ -201,7 +201,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.0.0 + rev: v2.0.1 hooks: - id: autoflake ```
diff --git a/autoflake.py b/autoflake.py index 46823c1..b219c5a 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -40,7 +40,7 @@ import pyflakes.reporter -__version__ = "2.0.0" +__version__ = "2.0.1" _LOGGER = logging.getLogger("autoflake")