diff --git a/pyproject.toml b/pyproject.toml index e45c6eaf..e3ea5afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,8 @@ [project] 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-alpha1" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" },