Removed
- Removed
__version__
property from the package
Changed
- Changed the
balance
attribute ofChemicalEquation
to the methodis_balanced()
- Refactored tests and documentation to mention
is_balanced()
instead ofbalance
- Use
importlib
to get the version number instead of using__version__