diff --git a/README.md b/README.md index e0a404cf..dc4f0e13 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e6b80961..044d90d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",