Skip to content

Commit

Permalink
Bump version to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jherland committed Jan 25, 2024
1 parent e9a59a9 commit 66edb33
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 @@ -650,7 +650,7 @@ tool, you can add something like this to your project's
```yaml
repos:
- repo: https://github.com/tweag/FawltyDeps
rev: v0.14.0
rev: v0.15.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.14.0"
version = "0.15.0"
description = "Find undeclared and unused 3rd-party dependencies in your Python project."
authors = [
"Maria Knorps <maria.knorps@tweag.io>",
Expand Down

0 comments on commit 66edb33

Please sign in to comment.