From 8a61f2d421bb11a654d51b2635b91cbb276d8362 Mon Sep 17 00:00:00 2001 From: Ankush Gola <9536492+agola11@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:35:25 -0800 Subject: [PATCH] chore: release python 0.2.3, js 0.2.13 (#1326) Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com> --- js/package.json | 2 +- js/src/index.ts | 2 +- python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/package.json b/js/package.json index eb91e30c2..9d319fcb7 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.2.12", + "version": "0.2.13", "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", "packageManager": "yarn@1.22.19", "files": [ diff --git a/js/src/index.ts b/js/src/index.ts index 7b3ede00b..d9bc0220c 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -18,4 +18,4 @@ export { RunTree, type RunTreeConfig } from "./run_trees.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; // Update using yarn bump-version -export const __version__ = "0.2.12"; +export const __version__ = "0.2.13"; diff --git a/python/pyproject.toml b/python/pyproject.toml index 5b008c34d..07ca6ece9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.2.2" +version = "0.2.3" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"