Skip to content

Commit 01769b0

Browse files
committed
Bump to 1.5.1
1 parent 52697ac commit 01769b0

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
@@ -193,7 +193,7 @@ Add the following to your `.pre-commit-config.yaml`
193193

194194
```yaml
195195
- repo: https://github.com/PyCQA/autoflake
196-
rev: v1.5.0
196+
rev: v1.5.1
197197
hooks:
198198
- id: autoflake
199199
```

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.5.0'
42+
__version__ = '1.5.1'
4343

4444

4545
_LOGGER = logging.getLogger('autoflake')

0 commit comments

Comments
 (0)