diff --git a/README.md b/README.md index 3d093d7f..95b62749 100644 --- a/README.md +++ b/README.md @@ -599,7 +599,7 @@ tool, you can add something like this to your project's ```yaml repos: - repo: https://github.com/tweag/FawltyDeps - rev: v0.13.0 + rev: v0.13.1 hooks: - id: check args: diff --git a/pyproject.toml b/pyproject.toml index ebdfbd9d..c2e5d864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fawltydeps" -version = "0.13.0" +version = "0.13.1" description = "Find undeclared and unused 3rd-party dependencies in your Python project." authors = [ "Maria Knorps ",