As mentioned in the [0.0.5 release notes](https://github.com/single-cell-data/TileDB-SingleCell/releases/tag/0.0.5) there was one known issue in a dependent library to be addressed. This release pulls in that fix.
As well, AnnData `bool` fields in `obs`/`var` are now stored as `TILEDB_BOOL`.
Details
* Use bool attrs from tiledb-py 0.16.0 by johnkerl in https://github.com/single-cell-data/TileDB-SingleCell/pull/190
* Use logging.info for ingest/outgest prints by johnkerl in https://github.com/single-cell-data/TileDB-SingleCell/pull/186
* Update to tiledb-py 0.16.1 by johnkerl in https://github.com/single-cell-data/TileDB-SingleCell/pull/195
**Full Changelog**: https://github.com/single-cell-data/TileDB-SingleCell/compare/0.0.5...0.0.6