diff options
| author | Rui Chen | 2023-02-24 09:12:06 +0000 |
|---|---|---|
| committer | Rui Chen | 2023-02-24 09:12:06 +0000 |
| commit | ed0ffa5693b6d710b19a9101d6cb0625f8b6f1fc (patch) | |
| tree | eeb0aa87090979c804d68c4e23533cb9d5c9263a | |
| parent | b1c03bce72e3e22dc9baa04c40dbbd3fb97bc893 (diff) | |
Update `pyproject.toml` to include `version`
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0125edf..4956b85 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | [project] | 1 | [project] |
| 2 | name = "mat" | 2 | name = "mat" |
| 3 | version = "0.13.3" | ||
| 3 | readme = "README.md" | 4 | readme = "README.md" |
| 4 | requires-python = ">=3.9" | 5 | requires-python = ">=3.9" |
| 5 | 6 | ||
