diff --git a/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py b/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py index f5bc1ab908..8873adb429 100644 --- a/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py +++ b/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py @@ -13,8 +13,8 @@ # limitations under the License. """Version constants for model evaluation components.""" -_EVAL_VERSION = 'v0.9.3' -_LLM_EVAL_VERSION = 'v0.3' +_EVAL_VERSION = 'v0.9.4' +_LLM_EVAL_VERSION = 'v0.4' _EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/model-evaluation' _LLM_EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/llm-model-evaluation'