Skip to content

Commit

Permalink
CLI 0.0.12 (langchain-ai#12787)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 2, 2023
1 parent 979501c commit 070823f
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 @@ -6,7 +6,7 @@
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(
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.11"
version = "0.0.12"
description = "CLI for interacting with LangChain"
authors = ["Erick Friis <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 070823f

Please sign in to comment.