yMMSL v0.16 was released with an incorrect `__version__ = '0.15.1-dev'`. See: https://github.com/multiscale/ymmsl-python/blob/1f54385c1baeb298b684c417036896da90bd1649/ymmsl/__init__.py#L14 **Workaround**: use `importlib.metadata.version("ymmsl")` to query the version of the installed yMMSL library.
yMMSL v0.16 was released with an incorrect
__version__ = '0.15.1-dev'. See:ymmsl-python/ymmsl/__init__.py
Line 14 in 1f54385
Workaround: use
importlib.metadata.version("ymmsl")to query the version of the installed yMMSL library.