v0.3.0
Added
- Added project configuration for using
mypy
to statically type-check code during development and in the GitHub Actions pipeline (by @cooperwalbrun) - Implemented proper typing throughout the source code and added a
py.typed
file per PEP 561 (by @cooperwalbrun)