From 3c8da28d80d17b81a8653807a45d68cc9f76f88f Mon Sep 17 00:00:00 2001 From: malice Date: Wed, 1 Jul 2026 11:33:12 -0600 Subject: [PATCH] chore: bump version to 0.15.0 (#124) Co-authored-by: Ubuntu Co-authored-by: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcc35c7..aeb3fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "central" -version = "0.14.9" +version = "0.15.0" requires-python = ">=3.12,<3.13" description = "Data hub spine — adapters, bus, archive." readme = "README.md"