From d65fb151703bbe88c1daa72a88289b263b0353ff Mon Sep 17 00:00:00 2001 From: Galen Reich <54807169+GalenReich@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:04:40 +0000 Subject: [PATCH] Bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edcdef2..428af75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ShadowFinder" -version = "0.6.0" +version = "0.7.0" description = "Find possible locations of shadows." authors = ["Bellingcat"] license = "MIT License"