New Features 🔥
**Box objects**: with auto box object you can create bounding box from any type you want easily.
**Box operation**: Now `+, -, *, /` are supported between box objects (`BoundingBox`).
**Important**: Functional computations and conversion is moved under `pybboxes.functional`.
What's Changed
* Patch box objects by devrimcavusoglu in https://github.com/devrimcavusoglu/pybboxes/pull/6
**Full Changelog**: https://github.com/devrimcavusoglu/pybboxes/compare/0.0.2...0.1.0