From e5ae43e568a8b2a9f00545d4f995285f95f848dd Mon Sep 17 00:00:00 2001 From: Angus Jelinek Date: Mon, 30 Dec 2024 21:49:17 -0500 Subject: [PATCH] chore: Version bump --- 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"