Bump version numbers for alpha5 release.

This commit is contained in:
Julian Stirling 2026-03-26 14:12:51 +00:00
parent 72c9fcffe0
commit 4f86833393
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ name = "openflexure-microscope-server"
# Note that version needs to match a string stored in a unit test, and
# the package.json file in the webapp or the CI will fail.
version = "3.0.0-alpha4"
version = "3.0.0-alpha5"
authors = [
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
{ name="Joel Collins" },
@ -19,10 +19,10 @@ classifiers = [
]
dependencies = [
"labthings-fastapi==0.1.0",
"sangaboard",
"sangaboard~=0.4.0",
"camera-stage-mapping ~= 0.1.10",
"opencv-python-headless ~= 4.13.0",
"openflexure-stitching[libvips]==0.2.3",
"openflexure-stitching[libvips]==0.2.4",
"pillow ~= 10.4",
"anyio ~= 4.0",
"numpy ~= 2.2",