From 9216806ac49481aaccf1242f8cbae00f34886338 Mon Sep 17 00:00:00 2001 From: bernatsampera Date: Mon, 10 Aug 2026 09:46:30 +0200 Subject: [PATCH] Bump version to 0.6.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e974e59..034531b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gcontext-ai" -version = "0.5.0" +version = "0.6.0" description = "The framework for building stateful agents. Your agent is a folder of state, served over MCP, used from any runtime." readme = "README.md" license = { text = "MIT" }