From 98efe5615e9f1e80584cdfa1868e1364065c91bf Mon Sep 17 00:00:00 2001 From: smaramwbc <145447586+smaramwbc@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:45:01 +0100 Subject: [PATCH] chore: bump version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e76c743..0b72d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "statewave" -version = "1.1.0" +version = "1.2.0" description = "Official Python SDK for Statewave — the open-source memory runtime for AI agents." readme = "README.md" license = {text = "Apache-2.0"}