Update pyproject.toml to be clear where version strings need to be changed on release.

This commit is contained in:
Julian Stirling 2025-07-14 17:09:50 +01:00
parent 34f8f86ef2
commit c64fe170cc

View file

@ -1,5 +1,8 @@
[project] [project]
name = "openflexure-microscope-server" 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" version = "3.0.0-alpha1"
authors = [ authors = [
{ name="Richard Bowman", email="richard.bowman@cantab.net" }, { name="Richard Bowman", email="richard.bowman@cantab.net" },