From a1a8ac3de68ff7be38f43f13e6170cfe8fae4eb3 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 31 Oct 2024 21:57:36 -0700 Subject: [PATCH] release 0.1.139 (#1161) Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f3af3c750..986df672a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.1.139rc2" +version = "0.1.139" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"