From d64a7dda9beb5f054229e7c72eeaf0692612d9ef Mon Sep 17 00:00:00 2001 From: Curtis Banh Date: Thu, 13 Jun 2024 18:57:40 -0700 Subject: [PATCH] update bumpver for alpha --- .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 4143d1c..541b747 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: # Bump patch version first then append tag bumpver update --patch --tag alpha --tag-num else - bumpver update --tag alpha --tag-num + bumpver update -f -n --tag alpha --tag-num fi echo "TARGET_ENV=SIT" >> $GITHUB_ENV - name: Bump rc version diff --git a/bumpver.toml b/bumpver.toml index d5baad7..611f630 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.0.2-alpha1" +current_version = "1.0.1-alpha1" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/pyproject.toml b/pyproject.toml index c81eca5..33886bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "swodlr-ingest-to-sds" -version = "1.0.2-alpha1" +version = "1.0.1-alpha1" description = "A system for ingesting input products for the SWOT SDS" authors = ["podaac-tva "] license = "Apache-2.0"