diff --git a/src/opera/pge/dswx_hls/dswx_hls_pge.py b/src/opera/pge/dswx_hls/dswx_hls_pge.py index 20975a36..cde73a6d 100644 --- a/src/opera/pge/dswx_hls/dswx_hls_pge.py +++ b/src/opera/pge/dswx_hls/dswx_hls_pge.py @@ -615,10 +615,10 @@ class DSWxHLSExecutor(DSWxHLSPreProcessorMixin, DSWxHLSPostProcessorMixin, PgeEx LEVEL = "L3" """Processing Level for DSWx-HLS Products""" - PGE_VERSION = "1.0.0-rc.6.0" + PGE_VERSION = "1.0.0-rc.7.0" """Version of the PGE (overrides default from base_pge)""" - SAS_VERSION = "0.5.1" # CalVal release 3.2 https://github.com/nasa/PROTEUS/releases/tag/v0.5.1 + SAS_VERSION = "0.5.2" # CalVal release 3.3 https://github.com/nasa/PROTEUS/releases/tag/v0.5.2 """Version of the SAS wrapped by this PGE, should be updated as needed with new SAS deliveries""" def __init__(self, pge_name, runconfig_path, **kwargs):