From 87943f45f89c5c6c3ae716cb8323ef9c938fbd53 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Tue, 18 Jun 2024 15:19:59 -0700 Subject: [PATCH] v0.1.71 fixes bug in #16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e089a56..dfaf15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ where = ["src"] [project] name = "coastsat_package" dynamic = ["readme"] -version = "0.1.70" +version = "0.1.71" authors = [ { name="Sharon Fitzpatrick" }, ]