from .__version__ import package_version


def get_version():
    """Get the version from the version file."""
    return package_version
