Contents
Usage example:
from pyproject_patcher import patch_in_place with patch_in_place('pyproject.toml') as toml: toml.set_project_version('1.2.3')