Saw reference to package version in sphinx build which is not a good idea, package version should only exist in pyproject.toml or equivalent. build123d uses setuptools-scm which requires no manual adjustment whatsoever and makes releasing easier as well (can consider using that later).
Saw reference to package version in sphinx build which is not a good idea, package version should only exist in pyproject.toml or equivalent. build123d uses setuptools-scm which requires no manual adjustment whatsoever and makes releasing easier as well (can consider using that later).