matcha v0.2.1
This is a hotfix release that resolves an import error introduced in v0.2.0 when installing matcha from PyPI.
Bug Fixes
- Fix
ModuleNotFoundErrorforutilsmodule on pip install — Users who installed matcha viapip install matchaand ranmatcha list(or any command) encountered aModuleNotFoundError: No module named 'utils'. This happened becausematcha/cli.pyimported from autils/directory that is present in the source tree but not included as an installable package. The fix moveslogger.pyinto thematchapackage itself (matcha/logger.py) and updates the import accordingly.
Upgrade
pip install --upgrade matcha