Two bugs were fixed in the Qrack static and shared libraries:
- PhaseParity() gate gave incorrect results, depending on optimization layers, in the static library
- Boolean gates in the shared library did not correctly map simulator qubit labels
Additionally, importing `setuptools` instead of `distutils.core` in the `none-any` wheel seems to fix its compatibility with Mac systems, and probably more generally.