From 9a2e4961e389f4bdbe4b822c193e0b917e71d651 Mon Sep 17 00:00:00 2001 From: angus-langchain Date: Fri, 3 Jan 2025 15:17:02 -0800 Subject: [PATCH] chore: Version bump (#1374) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d56c75d88..e02abadd9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.2.9" +version = "0.2.10" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"