Update pyproject.toml to be clear where version strings need to be changed on release.
This commit is contained in:
parent
34f8f86ef2
commit
c64fe170cc
1 changed files with 3 additions and 0 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue