Skip to content

version

fastagency.cli.cli.version #

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