def get_version()

in project-templates/python/{{cookiecutter.github_name}}/setup.py [0:0]


def get_version():
    """Read the version from this module."""
    init = read("src", "{{cookiecutter.module_name}}", "identifiers.py")
    return VERSION_RE.search(init).group(1)