From 0406fe87f6330a47008ed6adf8cf4680c5707000 Mon Sep 17 00:00:00 2001 From: Curtis Banh Date: Thu, 13 Jun 2024 17:50:51 -0700 Subject: [PATCH] bumping version to 1.0.1 --- .github/workflows/build.yml | 2 +- bumpver.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02ca207..4143d1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: - name: Bump rc version if: startsWith(github.ref, 'refs/heads/release/') && github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request' run: | - bumpver update -f --tag rc --tag-num + bumpver update -f -n --tag rc --tag-num echo "TARGET_ENV=UAT" >> $GITHUB_ENV - name: Release version if: github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request' diff --git a/bumpver.toml b/bumpver.toml index 96d7764..a34da33 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.0.0" +current_version = "1.0.1-alpha0" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/pyproject.toml b/pyproject.toml index 94e22f6..e73c48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "swodlr-ingest-to-sds" -version = "1.0.0" +version = "1.0.1-alpha0" description = "A system for ingesting input products for the SWOT SDS" authors = ["podaac-tva "] license = "Apache-2.0"