From 6b9c378e521aa46448f1996a1ef7757002d992ab Mon Sep 17 00:00:00 2001 From: dullfig Date: Mon, 19 Jan 2026 21:54:58 -0800 Subject: [PATCH] Bump version to 0.3.0 Co-Authored-By: Claude Opus 4.5 --- xml_pipeline/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml_pipeline/__init__.py b/xml_pipeline/__init__.py index 7357231..91e8ba4 100644 --- a/xml_pipeline/__init__.py +++ b/xml_pipeline/__init__.py @@ -2,4 +2,4 @@ xml-pipeline: Tamper-proof nervous system for multi-agent organisms. """ -__version__ = "0.2.0" +__version__ = "0.3.0"