metagenopolis/meteor

Report in one unique place in the code, the version of meteor

Closed this issue · 1 comments

Report in one unique place in the code, the version of meteor

This issue is solved by poetry actually, we have the version number with:

import importlib.metadata
version = importlib.metadata.version("meteor")