From f30759a770a5e3382d5b622771f05bfb3413538c Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Mon, 29 Sep 2025 13:51:43 -0400 Subject: [PATCH] Bump version to 0.4.18 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 953a3320..f81ea801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentex-sdk" -version = "0.4.16" +version = "0.4.18" description = "The official Python library for the agentex API" dynamic = ["readme"] license = "Apache-2.0"