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