Source code for siglatools

# -*- coding: utf-8 -*-

"""Top-level package for SIGLA Tools."""

__author__ = "SIGLA"
__email__ = "huynh.nto@gmail.com"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.1.0"


[docs]def get_module_version(): return __version__