"""Version information for :mod:`curies`."""

__all__ = [
    "VERSION",
    "get_version",
]

VERSION = "0.9.0"


def get_version() -> str:
    """Get the :mod:`curies` version string."""
    return VERSION
