From 165027c977649a9411ee302cdc259a3ba10be66d Mon Sep 17 00:00:00 2001 From: Zhihan Zhang <32028117+zz1874@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:51:08 +0200 Subject: [PATCH] Bump version to 0.13.1 (#369) --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ",