0.1.6
- 100% code coverage π
- Fixed Type Hints for
multiply
anddivide
methods. - Fixed
InvalidOperationError
not raising when comparing against a nonDinero
object. - Removed orphan lines of code.
- Move validators to their own module.
multiply
and divide
methods.InvalidOperationError
not raising when comparing against a non Dinero
object.