- Add `to_humanreadable` method to `BitsPerSecond` class
- Fix `to_humanreadable` method failed when the value is over 1 day: 2 (Thanks to giobri)
- Fix `__all__` in `__init__.py`
- Drop support for Python 3.6
- Improve type annotations
- Modify to use `pypa/build` for package build
- Update `[build-system]`
**Full Changelog**: https://github.com/thombashi/humanreadable/compare/v0.3.0...v0.4.0