From d6e83a718451f7848b4593dee35fc06f0c865569 Mon Sep 17 00:00:00 2001 From: angus-langchain Date: Mon, 30 Dec 2024 21:50:24 -0500 Subject: [PATCH] chore: Version bump (#1364) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4cc9637a3..4ac8ecbb9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.2.6" +version = "0.2.7" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"