From 593ca218dc3c6223abaa4970887f8c5a2100697f Mon Sep 17 00:00:00 2001 From: Nick Clegg <ncclegg@amazon.com> Date: Tue, 20 May 2025 20:12:49 +0000 Subject: [PATCH] Update version to 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6582bdddc..89e7e4b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "strands-agents" -version = "0.1.2" +version = "0.1.3" description = "A model-driven approach to building AI agents in just a few lines of code" readme = "README.md" requires-python = ">=3.10"