diff --git a/examples/dswx_s1_sample_runconfig-v3.0.0-rc.1.0.yaml b/examples/dswx_s1_sample_runconfig-v3.0.0-rc.1.0.yaml index 6e5bec4d..063a1909 100644 --- a/examples/dswx_s1_sample_runconfig-v3.0.0-rc.1.0.yaml +++ b/examples/dswx_s1_sample_runconfig-v3.0.0-rc.1.0.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DSWx-S1 PGE v3.0.0-er.5.0 +# Sample RunConfig for use with the DSWx-S1 PGE v3.0.0-rc.1.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 d7d8c876..cad44e80 100644 --- a/src/opera/_package.py +++ b/src/opera/_package.py @@ -7,7 +7,7 @@ Package information for the OPERA PGE repository. """ -__version__ = "3.0.0-er.5.0" +__version__ = "3.0.0-rc.1.0" __title__ = "opera-sds-pge" __summary__ = "OPERA SDS Product Generation Executable (PGE) Repository" __uri__ = "https://github.com/nasa/opera-sds-pge"