Skip to content

Commit

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

0 comments on commit b6fd3e7

Please sign in to comment.