AFTER #105...
In theory we should be able to have ONE version number in causalpy/version.py and get pyproject.toml to extract that. See the instructions here, https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
But when working on #105 this was not working. So at the moment we have the version number in both causalpy/version.py and and pyproject.toml.
AFTER #105...
In theory we should be able to have ONE version number in
causalpy/version.pyand getpyproject.tomlto extract that. See the instructions here, https://packaging.python.org/en/latest/guides/single-sourcing-package-version/But when working on #105 this was not working. So at the moment we have the version number in both
causalpy/version.pyand andpyproject.toml.