Skip to content

Commit

Permalink
CLI 0.0.19 (langchain-ai#13677)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 21, 2023
1 parent d65c36d commit bfb980b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/cli/langchain_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from langchain_cli.namespaces import template as template_namespace
from langchain_cli.utils.packages import get_langserve_export, get_package_root

__version__ = "0.0.18"
__version__ = "0.0.19"

app = typer.Typer(no_args_is_help=True, add_completion=False)
app.add_typer(
Expand Down
2 changes: 1 addition & 1 deletion libs/cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-cli"
version = "0.0.18"
version = "0.0.19"
description = "CLI for interacting with LangChain"
authors = ["Erick Friis <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit bfb980b

Please sign in to comment.