v1.7.0
- Adds
mypyand type hinting viapy.typed - Simplifies template module (removes unused class)
- Adds missing
__all__variable to__init__.py - Simplifies the lint step of the build by only running checks once (previously some checks were getting run twice)
- Tests against Python
3.10