release: bump version to 0.3.0

Pyproject was stuck at 0.1.0 since Phase 0; bumping to match
the v0.3.0 release tag landing alongside this.
This commit is contained in:
Matt Johnson 2026-05-18 20:27:57 +00:00
commit f3b462a3a3

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "central" name = "central"
version = "0.1.0" version = "0.3.0"
requires-python = ">=3.12,<3.13" requires-python = ">=3.12,<3.13"
description = "Data hub spine — adapters, bus, archive." description = "Data hub spine — adapters, bus, archive."
readme = "README.md" readme = "README.md"