From 0e26e0878f8f60ca7a2702f4d62d9a310b5cf173 Mon Sep 17 00:00:00 2001 From: Max Korp Date: Wed, 3 Dec 2025 08:48:33 -0700 Subject: [PATCH] Set strands agui version to 0.1.0 --- integrations/aws-strands/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/aws-strands/python/pyproject.toml b/integrations/aws-strands/python/pyproject.toml index 1ac11b383..40c1784f5 100644 --- a/integrations/aws-strands/python/pyproject.toml +++ b/integrations/aws-strands/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ag_ui_strands" -version = "0.1.0b12" +version = "0.1.0" authors = [ { name = "AG-UI Contributors" } ]