What's Changed
* Update __init__.py to mark exports as public by John-Schreiber in https://github.com/Belval/pdf2image/pull/276
* Add first and last page (-f and -l) to pdfinfo by magnurud in https://github.com/Belval/pdf2image/pull/274
* Import memory_profiler only when it is enabled by musicinmybrain in https://github.com/Belval/pdf2image/pull/269
* Fixed the issue: when the `single_file` is `True` and the `thread_count` is greater than 1, the `thread_output_file = next(output_file)` will fail. by NYF-BRICK in https://github.com/Belval/pdf2image/pull/264
New Contributors
* John-Schreiber made their first contribution in https://github.com/Belval/pdf2image/pull/276
* ankitpt made their first contribution in https://github.com/Belval/pdf2image/pull/275
* magnurud made their first contribution in https://github.com/Belval/pdf2image/pull/274
* bmihelac made their first contribution in https://github.com/Belval/pdf2image/pull/245
* musicinmybrain made their first contribution in https://github.com/Belval/pdf2image/pull/269
* NYF-BRICK made their first contribution in https://github.com/Belval/pdf2image/pull/264
**Full Changelog**: https://github.com/Belval/pdf2image/compare/v.1.16.3...v1.17.0
v.1.16.3
What's Changed
* Add py.typed file (Thanks PedroPerpetua!)
**Full Changelog**: https://github.com/Belval/pdf2image/compare/v1.16.2...v.1.16.3