Skip to content

Commit b567334

Browse files
committed
Bump 1.6.1
1 parent bde9f6c commit b567334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Add the following to your `.pre-commit-config.yaml`
199199

200200
```yaml
201201
- repo: https://github.com/PyCQA/autoflake
202-
rev: v1.6.0
202+
rev: v1.6.1
203203
hooks:
204204
- id: autoflake
205205
```

autoflake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import pyflakes.reporter
4040

4141

42-
__version__ = "1.6.0"
42+
__version__ = "1.6.1"
4343

4444

4545
_LOGGER = logging.getLogger("autoflake")

0 commit comments

Comments
 (0)