Update version update note

This commit is contained in:
Paul Robinson
2024-12-02 12:23:01 -07:00
committed by GitHub
parent 83887422fb
commit c6a24e411c

View File

@ -38,7 +38,7 @@ with open("./README.md") as readme:
setup(
name="<PYPI_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="""<PYPI_NAME>: <SHORT_DESCRIPTION>""",
long_description=long_description,