From c56b8ffa535528ef5e6ccf8365078541e0073b38 Mon Sep 17 00:00:00 2001 From: Rainxch Zed Date: Sun, 31 May 2026 14:12:26 +0500 Subject: [PATCH] chore: bump version to 0.3.0 (compaction-aware re-injection) 0.2.0 on PyPI predates the PostCompact / SessionStart(compact) re-injection feature (PR #6). This release ships it. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fda394..cbb08b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "komi-learn" -version = "0.2.0" +version = "0.3.0" description = "A continuous, zero-friction learning layer for AI agents — learns about you and improves its own skills across every session, with an anonymized, provenance-verified global knowledge pool." readme = "README.md" requires-python = ">=3.10"