From 2aa7d0f6be51dac07dc92e3d3807f5261039e17a Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Fri, 6 Jun 2025 13:09:04 +0100 Subject: [PATCH] Update labthings-api dep and also the version number for alpha release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb56049b..bcc92396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openflexure-microscope-server" -version = "3.0.0.dev0" +version = "3.0.0.alpha1" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" }, { name="Joel Collins" }, @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "labthings-fastapi[server] == 0.0.7", + "labthings-fastapi[server] == 0.0.8", "labthings-sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python ~= 4.11.0",