RELEASE_PROCESS.md
This guide covers how to release chroma to PyPi
release/A.B.C In this file update the __ version __. The commit comment (and hence PR title) should be [RELEASE] A.B.C__version__ = "A.B.C"
git tag A.B.C <SHA>
git push origin A.B.C