Add release script and bump version to 0.4.3

Belated commit: 0.4.3 was published to PyPI on 2026-08-04 with this
state (scripts/release.py automates the version bump and build).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
bernatsampera
2026-08-08 17:51:17 +02:00
co-authored by Claude Fable 5
parent 9b4b82b860
commit ff9a6a256d
3 changed files with 69 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "gcontext-ai"
version = "0.4.2"
version = "0.4.3"
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" }