From 5432c0f108375b7004cc755e005367d850bec2e4 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Sat, 17 Jan 2026 15:10:15 +0100 Subject: [PATCH] chore: bump version to 1.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8791924..f33e799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axonflow" -version = "1.4.0" +version = "1.5.0" description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code" readme = "README.md" license = {text = "MIT"}