Fix typo in docs

This commit is contained in:
Laurent Savaete
2022-11-28 11:28:16 +01:00
parent 2278eb3651
commit 9bfa87af85

View File

@@ -167,7 +167,7 @@ $ pytest
To release a new version:
- Update CHANGELOG.md
- Bump the version number is `pyproject.toml`
- Bump the version number in `pyproject.toml`
- `poetry build`
- `poetry publish`