Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jherland committed Jun 18, 2024
1 parent fe7787e commit f2e2209
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 @@ -657,7 +657,7 @@ tool, you can add something like this to your project's
```yaml
repos:
- repo: https://github.com/tweag/FawltyDeps
rev: v0.15.0
rev: v0.16.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.15.0"
version = "0.16.0"
description = "Find undeclared and unused 3rd-party dependencies in your Python project."
authors = [
"Maria Knorps <[email protected]>",
Expand Down

0 comments on commit f2e2209

Please sign in to comment.