Skip to content

Commit

Permalink
Bump version to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jherland committed Dec 16, 2024
1 parent 76452ae commit b7568ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ tool, you can add something like this to your project's
```yaml
repos:
- repo: https://github.com/tweag/FawltyDeps
rev: v0.17.0
rev: v0.18.0
hooks:
- id: check-undeclared
- id: check-unused
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fawltydeps"
version = "0.17.0"
version = "0.18.0"
description = "Find undeclared and unused 3rd-party dependencies in your Python project."
authors = [
"Maria Knorps <[email protected]>",
Expand Down

0 comments on commit b7568ed

Please sign in to comment.