Skip to content
Snippets Groups Projects

Update `pyproject.toml` to include `version`

Merged Rui Chen requested to merge chenrui/mat2:fix-pyproject-toml into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
[project]
name = "mat"
version = "0.13.3"
readme = "README.md"
requires-python = ">=3.9"
Loading