Release v2.3.3
diff --git a/README.md b/README.md index 57b5f7b..b5922b9 100644 --- a/README.md +++ b/README.md
@@ -206,7 +206,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.3.2 + rev: v2.3.3 hooks: - id: autoflake ``` @@ -216,7 +216,7 @@ ```yaml - repo: https://github.com/PyCQA/autoflake - rev: v2.3.2 + rev: v2.3.3 hooks: - id: autoflake args: [--remove-all-unused-imports, --in-place]
diff --git a/autoflake.py b/autoflake.py index 5dc2a0c..95a8153 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -50,7 +50,7 @@ import pyflakes.messages import pyflakes.reporter -__version__ = "2.3.2" +__version__ = "2.3.3" _LOGGER = logging.getLogger("autoflake")