From 1e505b7ac19460e8fc7f60c4991e273379cc8595 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Wed, 14 Feb 2024 11:50:58 -0500 Subject: [PATCH] Pv/guard cleanup workdir (#87) * update version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b7e449..092d791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stactask" -version = "0.3.0" +version = "0.4.0" authors = [{ name = "Matthew Hanson", email = "matt.a.hanson@gmail.com" }] maintainers = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] description = "Class interface for running custom algorithms and workflows on STAC Items"