diff --git a/README.md b/README.md index acdc0a49..fbd95e2f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a1dfe692..de89503b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",