This PR drops all previous attempts at versioning the PyPANDA project separately from PANDA.
Instead, it adopts a scheme by which a version of PANDA will have a corresponding PyPANDA release regardless of whether or not the underlying PyPANDA code changed.
This is largely a response to #1486. It implements this change with setuptools_scm which allows the setup and bdist_wheel generation to read the git tags just as PANDA does.
This PR drops all previous attempts at versioning the PyPANDA project separately from PANDA.
Instead, it adopts a scheme by which a version of PANDA will have a corresponding PyPANDA release regardless of whether or not the underlying PyPANDA code changed.
This is largely a response to #1486. It implements this change with setuptools_scm which allows the setup and bdist_wheel generation to read the git tags just as PANDA does.