From b9de81553a8a0e3e7e6d98baef84f7cd8d80caa7 Mon Sep 17 00:00:00 2001 From: Johan Herland Date: Tue, 23 Jul 2024 19:21:14 +0200 Subject: [PATCH] Bump version to v0.17.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 192d62ee..a31357ae 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ tool, you can add something like this to your project's ```yaml repos: - repo: https://github.com/tweag/FawltyDeps - rev: v0.16.0 + rev: v0.17.0 hooks: - id: check-undeclared - id: check-unused diff --git a/pyproject.toml b/pyproject.toml index 728cad55..f4024a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fawltydeps" -version = "0.16.0" +version = "0.17.0" description = "Find undeclared and unused 3rd-party dependencies in your Python project." authors = [ "Maria Knorps ",