in mwaairflow/project/src/__main__.py [0:0]
def version_callback(value: bool):
"""Prints the version of the package."""
if value:
console.print(f"[yellow]airflowproject[/] version: [bold blue]{__version__}[/]")
raise typer.Exit()