From 5daf6e7b722e1d84ce1922129503e1dca52f9793 Mon Sep 17 00:00:00 2001 From: skperez Date: Tue, 18 Jul 2023 08:37:16 -0700 Subject: [PATCH] bump version to 1.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4acb7d..8c68790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podaac-data-subscriber" -version = "1.14.0-alpha.1" +version = "1.14.0" description = "PO.DAAC Data Subscriber Command Line Tool" authors = ["PO.DAAC "] readme = "README.md"