properly increment version in cli (#12685)

Went from 0.0.9 -> 0.0.11 without releasing. Back to 10, then release.
This commit is contained in:
Erick Friis
2023-10-31 17:27:43 -07:00
committed by GitHub
parent b825dddf95
commit 44c8b159b9
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ from typing_extensions import Annotated
from langchain_cli.namespaces import app as app_namespace
from langchain_cli.namespaces import template as template_namespace
__version__ = "0.0.11"
__version__ = "0.0.10"
app = typer.Typer(no_args_is_help=True, add_completion=False)
app.add_typer(