cli[patch]: rc (#14667)

pull/14627/head^2
Erick Friis 7 months ago committed by GitHub
parent 231891706b
commit 858f4cbce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ from langchain_cli.namespaces import integration as integration_namespace
from langchain_cli.namespaces import template as template_namespace
from langchain_cli.utils.packages import get_langserve_export, get_package_root
__version__ = "0.0.20"
__version__ = "0.0.20rc0"
app = typer.Typer(no_args_is_help=True, add_completion=False)
app.add_typer(

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-cli"
version = "0.0.20"
version = "0.0.20rc0"
description = "CLI for interacting with LangChain"
authors = ["Erick Friis <erick@langchain.dev>"]
license = "MIT"

Loading…
Cancel
Save