Skip to content

version_utils

Module for version utils

read_version_number()

Reads the version of the tool

Returns:

Type Description
str

version number of tool

Source code in utils/version_utils.py
def read_version_number():
    """Reads the version of the tool

    Returns:
        str: version number of tool
    """
    version_string = version("decoimpact")
    return version_string