From 9bfa87af85b59a09d962f0d2b95437f10149384d Mon Sep 17 00:00:00 2001 From: Laurent Savaete Date: Mon, 28 Nov 2022 11:28:16 +0100 Subject: [PATCH] Fix typo in docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 110e8a9..5ec4219 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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`