Changes from the previous release: ([diff](https://github.com/alphatwirl/mantichora/compare/v0.9.2...v0.9.3))
- added `receive_one()`, `receive_finished()`
- changed the behavior:
- `mantichora` no longer waits all tasks to finish at exit of the
`with` statement. It terminates all workers.
- updated required `atpbar` version from 0.9.7 to 1.0.2
- updated `README.md`, `MANIFEST.in`, `setup.py`, tests
- cleaned up code