Added
- `query` property `TopHits` referencing the original object used to create the `TopHits` [76](https://github.com/althonos/pyhmmer/issues/76).
Changed
- Require the query object to create a `TopHits` object.
- Make `TopHits` generic over its `query` property.
- Deprecate old query properties of `TopHits` (`query_name`, `query_length`, `query_accession`).
Removed
- Detection of SSE flush from `setup.py` ([71](https://github.com/althonos/pyhmmer/issues/71)).