diff --git a/examples/disp_s1_sample_runconfig-v3.0.0.yaml b/examples/disp_s1_sample_runconfig-v3.0.1.yaml similarity index 99% rename from examples/disp_s1_sample_runconfig-v3.0.0.yaml rename to examples/disp_s1_sample_runconfig-v3.0.1.yaml index 21fd27d6..d9947027 100644 --- a/examples/disp_s1_sample_runconfig-v3.0.0.yaml +++ b/examples/disp_s1_sample_runconfig-v3.0.1.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DISP-S1 PGE v3.0.0 +# Sample RunConfig for use with the DISP-S1 PGE v3.0.1 # This RunConfig should require minimal changes in order to be used with the # OPERA PCM. diff --git a/src/opera/pge/disp_s1/disp_s1_pge.py b/src/opera/pge/disp_s1/disp_s1_pge.py index 8094d625..71d6bbd7 100644 --- a/src/opera/pge/disp_s1/disp_s1_pge.py +++ b/src/opera/pge/disp_s1/disp_s1_pge.py @@ -901,7 +901,7 @@ class DispS1Executor(DispS1PreProcessorMixin, DispS1PostProcessorMixin, PgeExecu LEVEL = "L3" """Processing Level for DISP-S1 Products""" - PGE_VERSION = "3.0.0" + PGE_VERSION = "3.0.1" """Version of the PGE (overrides default from base_pge)""" SAS_VERSION = "0.5.2" # Final release https://github.com/opera-adt/disp-s1/releases/tag/v0.5.2