Fixed - Import `Deduper` in `__init__.py`, allowing import of the class using `from nlp_dedup import Deduper`.
0.1.0
Added - Initial release, containing an implementation of the MinHash deduplication algorithm, both using the `Deduper` class and a CLI using the `deduper` command.