From 66edb33eef228e5a31550a4f5d5333caee142dff Mon Sep 17 00:00:00 2001 From: Johan Herland Date: Thu, 25 Jan 2024 09:30:32 +0100 Subject: [PATCH] Bump version to v0.15.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b23faa3b..1dcf4d33 100644 --- a/README.md +++ b/README.md @@ -650,7 +650,7 @@ tool, you can add something like this to your project's ```yaml repos: - repo: https://github.com/tweag/FawltyDeps - rev: v0.14.0 + rev: v0.15.0 hooks: - id: check-undeclared - id: check-unused diff --git a/pyproject.toml b/pyproject.toml index 044d90d1..d650826a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fawltydeps" -version = "0.14.0" +version = "0.15.0" description = "Find undeclared and unused 3rd-party dependencies in your Python project." authors = [ "Maria Knorps ",