Skip to content

Commit c0ed1a1

Browse files
committed
Bump version to v0.20.0
1 parent b0c9d77 commit c0ed1a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/how_to_guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ tool, you can add something like this to your project's
130130
```yaml
131131
repos:
132132
- repo: https://github.com/tweag/FawltyDeps
133-
rev: v0.19.0
133+
rev: v0.20.0
134134
hooks:
135135
- id: check-undeclared
136136
- id: check-unused

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fawltydeps"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "Find undeclared and unused 3rd-party dependencies in your Python project."
55
license = { file = "LICENSE" }
66
readme = "README.md"

0 commit comments

Comments
 (0)