version fastagency.cli.cli.version # version() -> None Source code in fastagency/cli/cli.py 176 177 178@app.command(help="Display the version of FastAgency") def version() -> None: typer.echo(__version__)