From 7ef9d97fdfbcab44c48082d257f33c2e8586c3b7 Mon Sep 17 00:00:00 2001 From: Arron Bailiss Date: Mon, 26 May 2025 15:31:10 -0400 Subject: [PATCH] v0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52394cea1..a3b36cabf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "strands-agents" -version = "0.1.4" +version = "0.1.5" description = "A model-driven approach to building AI agents in just a few lines of code" readme = "README.md" requires-python = ">=3.10"