Release version 0.1.5
Includes changes from
Changelog
- Bugfix: Fixed bug when importing
importlib.util
as noted here. - Improvement: Improved breadth of supported Python versions by using custom hash function rather than
importlib.util.source_hash()
introduced in Python 3.7+.