From c6a24e411c05df3f502a925b2162205fb8528afb Mon Sep 17 00:00:00 2001 From: Paul Robinson <5199899+pacrob@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:23:01 -0700 Subject: [PATCH] Update version update note --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01b842c2..956036de 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ with open("./README.md") as readme: setup( name="", - # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme + # *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process. version="0.1.0-alpha.0", description=""": """, long_description=long_description,