From e48fe84e4ef2b4517d567e231b113a3622ccdd75 Mon Sep 17 00:00:00 2001 From: Frank Greguska Date: Wed, 3 Apr 2024 10:57:01 -0700 Subject: [PATCH] /version 0.8.0a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7925300..e1634a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmr-umm-updater" -version = "0.7.1" +version = "0.8.0a0" description = "Github action that publishes UMM-S and UMM-T updates to CMR" authors = ["podaac-cloud-tva "] license = "Apache-2.0"