diff --git a/CHANGE b/CHANGE index dd34cfb..8489086 100644 --- a/CHANGE +++ b/CHANGE @@ -1,3 +1,7 @@ +<<<<<<< main +Version 1.0.1 +======= podaac/swodlr-ingest-to-sds deployment podaac/swodlr-ingest-to-sds deployment podaac/swodlr-ingest-to-sds deployment +>>>>>>> develop diff --git a/bumpver.toml b/bumpver.toml index a043943..8abeb87 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.0.2-alpha0" +current_version = "1.0.1" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/pyproject.toml b/pyproject.toml index 48e900b..dee1bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "swodlr-ingest-to-sds" -version = "1.0.2-alpha0" +version = "1.0.1" description = "A system for ingesting input products for the SWOT SDS" authors = ["podaac-tva "] license = "Apache-2.0"