Bug Fixes
* Include `py.typed` in package data for mypy to recognize types (https://github.com/DenverCoder1/table2ascii/pull/100)
Meta
* All exceptions, warnings, and `SupportsStr` are now importable directly through the `table2ascii` module (https://github.com/DenverCoder1/table2ascii/pull/94)
* All class and data references in the docs were fixed to link to the proper documentation (https://github.com/DenverCoder1/table2ascii/pull/94)
* Changed `TableStyle.set()` example to one that will not throw an exception (https://github.com/DenverCoder1/table2ascii/pull/94)
**Full Changelog**: https://github.com/DenverCoder1/table2ascii/compare/v1.1.0...v1.1.1