v0.1.12 is now released on PyPI, download it via: https://pypi.org/project/textpy/0.1.12/.
What's Changed
* New optional parameters for `TextPy.findall()` :
* `whole_word=` : whether to match whole words only;
* `case_sensitive=` : specifies case sensitivity.
**Full Changelog**: https://github.com/Chitaoji/textpy/compare/v0.1.11...v0.1.12