From fa4efd30a2933eedf90c5602833fb165790e0d01 Mon Sep 17 00:00:00 2001 From: Santoso Wijaya Date: Wed, 12 Nov 2025 19:03:51 -0800 Subject: [PATCH] chore PiperOrigin-RevId: 831634770 --- proto/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/pyproject.toml b/proto/pyproject.toml index f8578c154..298ab26ff 100644 --- a/proto/pyproject.toml +++ b/proto/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "mmm-proto-schema" description = """\ - This is a private submodule for MMM model representation in protobuf form.\ + A Meridian submodule for MMM model representation in protobuf form.\ """ readme = "README.md" requires-python = ">=3.10" @@ -21,7 +21,7 @@ keywords = [ "protobuf", ] -version = "1.0.0" +version = "1.0.0.post20251112" dependencies = [ "googleapis-common-protos",