From 7e945abec484821ed99c5d284f82c2576e2f2eb7 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Mon, 8 Apr 2024 15:15:59 -0700 Subject: [PATCH] v1.2.1 closes #240 #234 #226 Make downloads resumeable and add monthly filter and control dates & satellites for extracted shorelines --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5de1441a..7fdac86c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "coastseg" dynamic = ["readme"] -version = "1.2.1dev1" +version = "1.2.1" authors = [ { name=" Sharon Fitzpatrick", email="sharon.fitzpatrick23@gmail.com" }, ]