From de9634953215046896111e62cb1e375c206c8318 Mon Sep 17 00:00:00 2001 From: rileykk Date: Mon, 19 Aug 2024 13:39:11 -0700 Subject: [PATCH] Update version number refs for DSWx-NI ER 3.0 --- .../dswx_ni/opera_pge_dswx_ni_delivery_0.2_beta_runconfig.yaml | 2 +- ...-er.2.0.yaml => dswx_ni_sample_runconfig-v4.0.0-er.3.0.yaml} | 2 +- src/opera/_package.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename examples/{dswx_ni_sample_runconfig-v4.0.0-er.2.0.yaml => dswx_ni_sample_runconfig-v4.0.0-er.3.0.yaml} (99%) diff --git a/.ci/scripts/dswx_ni/opera_pge_dswx_ni_delivery_0.2_beta_runconfig.yaml b/.ci/scripts/dswx_ni/opera_pge_dswx_ni_delivery_0.2_beta_runconfig.yaml index 21aebd03..8266071d 100644 --- a/.ci/scripts/dswx_ni/opera_pge_dswx_ni_delivery_0.2_beta_runconfig.yaml +++ b/.ci/scripts/dswx_ni/opera_pge_dswx_ni_delivery_0.2_beta_runconfig.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DSWx-NI PGE v4.0.0-er.1.0 +# Sample RunConfig for use with the DSWx-NI PGE v4.0.0-er.3.0 # This RunConfig should require minimal changes in order to be used with the # OPERA PCM. diff --git a/examples/dswx_ni_sample_runconfig-v4.0.0-er.2.0.yaml b/examples/dswx_ni_sample_runconfig-v4.0.0-er.3.0.yaml similarity index 99% rename from examples/dswx_ni_sample_runconfig-v4.0.0-er.2.0.yaml rename to examples/dswx_ni_sample_runconfig-v4.0.0-er.3.0.yaml index a9618aee..c41f3e10 100644 --- a/examples/dswx_ni_sample_runconfig-v4.0.0-er.2.0.yaml +++ b/examples/dswx_ni_sample_runconfig-v4.0.0-er.3.0.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DSWx-NI PGE v4.0.0-er.2.0 +# Sample RunConfig for use with the DSWx-NI PGE v4.0.0-er.3.0 # This RunConfig should require minimal changes in order to be used with the # OPERA PCM. diff --git a/src/opera/_package.py b/src/opera/_package.py index fef9943f..d2305994 100644 --- a/src/opera/_package.py +++ b/src/opera/_package.py @@ -7,7 +7,7 @@ Package information for the OPERA PGE repository. """ -__version__ = "4.0.0-er.2.0" +__version__ = "4.0.0-er.3.0" __title__ = "opera-sds-pge" __summary__ = "OPERA SDS Product Generation Executable (PGE) Repository" __uri__ = "https://github.com/nasa/opera-sds-pge"