diff --git a/agent.py b/agent.py index 036e5c4..81fdf4f 100644 --- a/agent.py +++ b/agent.py @@ -115,7 +115,7 @@ class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, PlatformUserAuth]): "QuoteJudge compares vendor quotes with weighted price, delivery, and " "warranty scoring, persists per-user comparisons, and serves a one-page product UI." ) - version = "0.1.0" + version = "0.1.1" config_model = QuoteJudgeStudioV1Config auth_model = PlatformUserAuth