From a040b63988c2f2efa25860178f3167f71b3e81bc Mon Sep 17 00:00:00 2001 From: Arron Bailiss Date: Sun, 18 May 2025 18:08:15 -0400 Subject: [PATCH] v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3e3f3729..6582bdddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "strands-agents" -version = "0.1.1" +version = "0.1.2" description = "A model-driven approach to building AI agents in just a few lines of code" readme = "README.md" requires-python = ">=3.10"