From e8061a51591f043f1b041c4a6b7965552ca7a0af Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Fri, 23 May 2025 19:14:02 +0000 Subject: [PATCH] version - 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb55bd65..52394cea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "strands-agents" -version = "0.1.3" +version = "0.1.4" description = "A model-driven approach to building AI agents in just a few lines of code" readme = "README.md" requires-python = ">=3.10"