From b0808cb9463d62765b3dfafe565c6d811f777dde Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 2 Jul 2026 17:45:26 +0100 Subject: [PATCH] Version bump for v0.3.0-rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69d78888..c9e66921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labthings-fastapi" -version = "0.2.1" +version = "0.3.0-rc1" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" }, ]