From c635407007e4d09a5055c0b1e8f80f2dabc2617a Mon Sep 17 00:00:00 2001 From: infra Date: Tue, 20 Feb 2024 16:03:07 -0800 Subject: [PATCH] Bump sdk versions --- 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 7301f75f9..c6f83d02c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.1.2", + "version": "0.1.3", "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 c75ffe25a..fad68da7b 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -11,4 +11,4 @@ export type { export { RunTree, type RunTreeConfig } from "./run_trees.js"; // Update using yarn bump-version -export const __version__ = "0.1.2"; +export const __version__ = "0.1.3"; diff --git a/python/pyproject.toml b/python/pyproject.toml index ec0414b2f..ac11f2052 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.1.3" +version = "0.1.4" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"