From 73a6352b40a596c4e2cb1f3dc3dc5ad6b3289b73 Mon Sep 17 00:00:00 2001 From: Ankush Gola Date: Mon, 23 Dec 2024 20:26:46 -0800 Subject: [PATCH] chore: bump to 0.2.6 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 99ced6411..4cc9637a3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.2.5" +version = "0.2.6" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"