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,