Files
monobiome/monobiome/__init__.py

4 lines
75 B
Python

from importlib.metadata import version
__version__ = version("monobiome")