Minor release to address some mypy and setuptools compatibility issues. Should not
impact users installing via pip.
Fixed
- Issue [78](https://github.com/data-workspaces/data-workspaces-core/issues/78) - a workaround for
an older mypy issue broke the packaging. Ran into a bunch of mypy issues (on Linux only!), which
were finally resolved by moving the mypy configuration out of pyproject.toml and adding typing
ignore comments for external package imports in the dataworkspaces.kits submodules.