From 147e470e48f36f75b79962b66538b7e86d0c00c1 Mon Sep 17 00:00:00 2001 From: David Grote Date: Wed, 22 Feb 2023 13:20:11 -0800 Subject: [PATCH] Update PICMI_Python/README.md Co-authored-by: Axel Huebl --- PICMI_Python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PICMI_Python/README.md b/PICMI_Python/README.md index fee45ae..594d8a0 100644 --- a/PICMI_Python/README.md +++ b/PICMI_Python/README.md @@ -36,7 +36,7 @@ be updated. The update has several steps, updating the version number, adding a of PyPI. Currently, the version number is modified by hand by modifying the number in the `version.py` file, incrementing the second -number, the minor release version. After changing the file, make a commit with the change with a comment like "Version 0.22.0", +number, the minor release version. After changing the file, make a commit with the change with a comment like "Release 0.22.0", updating the version number of course. Please don't make any other changes in the commit. Note that it is ok to push a version update directly to the main branch assuming it has been approved.