From 16aec20b7dc96ebecd60fa99281acebf91d52082 Mon Sep 17 00:00:00 2001 From: Curtis Banh <30607061+cqbanh@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:15:58 -0700 Subject: [PATCH] Main (#22) * Update build.yml - added conditions for PR * bump version to 0.0.2 * Deploying * Deploying * bump version to 1.0.0-rc0 * Deploying * bump version to 1.0.0-rc1 * bump version to 1.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: cqbanh --- CHANGE | 3 +++ bumpver.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 CHANGE diff --git a/CHANGE b/CHANGE new file mode 100644 index 0000000..dd34cfb --- /dev/null +++ b/CHANGE @@ -0,0 +1,3 @@ +podaac/swodlr-ingest-to-sds deployment +podaac/swodlr-ingest-to-sds deployment +podaac/swodlr-ingest-to-sds deployment diff --git a/bumpver.toml b/bumpver.toml index 9f964b7..96d7764 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.0.0-alpha0" +current_version = "1.0.0" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/pyproject.toml b/pyproject.toml index 8c33786..94e22f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "swodlr-ingest-to-sds" -version = "1.0.0-alpha0" +version = "1.0.0" description = "A system for ingesting input products for the SWOT SDS" authors = ["podaac-tva "] license = "Apache-2.0"