From 2b9750cb629e01512476dfc01aea8223cf8d9cda Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Mon, 29 Sep 2025 13:57:01 -0400 Subject: [PATCH] Revert "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 f81ea801..953a3320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentex-sdk" -version = "0.4.18" +version = "0.4.16" description = "The official Python library for the agentex API" dynamic = ["readme"] license = "Apache-2.0"