From 40ce7228b7510e5c165273fceab6951678410272 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Mon, 23 Mar 2026 13:20:59 +0000 Subject: [PATCH] Version bump to v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c73a38e..36d88168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labthings-fastapi" -version = "0.1.0-rc1" +version = "0.1.0" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" }, ]