From 38b23f2a25d82eb1c7b270470d0661411fd87641 Mon Sep 17 00:00:00 2001 From: malice Date: Mon, 18 May 2026 14:29:28 -0600 Subject: [PATCH] release: bump version to 0.3.0 (#30) Pyproject was stuck at 0.1.0 since Phase 0; bumping to match the v0.3.0 release tag landing alongside this. Co-authored-by: Matt Johnson --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c101844..2922e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "central" -version = "0.1.0" +version = "0.3.0" requires-python = ">=3.12,<3.13" description = "Data hub spine — adapters, bus, archive." readme = "README.md"