From 3ee78a4efbb3ade95e984cf6f2f8f10537ebaa91 Mon Sep 17 00:00:00 2001 From: skperez Date: Mon, 5 Feb 2024 14:24:25 -0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d6410b..47f56a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podaac-data-subscriber" -version = "1.15.0-alpha.3" +version = "1.15.0" description = "PO.DAAC Data Subscriber Command Line Tool" authors = ["PO.DAAC "] readme = "README.md"