Skip to content

Commit

Permalink
Bump v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Apr 17, 2023
1 parent 23358df commit fa775bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -201,7 +201,7 @@ Add the following to your `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
rev: v2.1.0
hooks:
- id: autoflake
```
2 changes: 1 addition & 1 deletion autoflake.py
Expand Up @@ -40,7 +40,7 @@
import pyflakes.reporter


__version__ = "2.0.2"
__version__ = "2.1.0"


_LOGGER = logging.getLogger("autoflake")
Expand Down

0 comments on commit fa775bb

Please sign in to comment.