CLI 0.0.12 (#12787)

This commit is contained in:
Erick Friis 2023-11-02 08:29:27 -07:00 committed by GitHub
parent 979501c0ca
commit 070823f294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.12"
app = typer.Typer(no_args_is_help=True, add_completion=False)
app.add_typer(

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-cli"
version = "0.0.11"
version = "0.0.12"
description = "CLI for interacting with LangChain"
authors = ["Erick Friis <erick@langchain.dev>"]
readme = "README.md"