This commit is contained in:
William FH
2024-02-16 10:37:09 -08:00
committed by GitHub
parent 79acf47055
commit c70c787fae
4 changed files with 3 additions and 8 deletions
-5
View File
@@ -1,11 +1,6 @@
name: JS Release
on:
push:
branches:
- main
paths:
- "js/package.json"
workflow_dispatch:
jobs:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.1.1",
"version": "0.1.2",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"packageManager": "yarn@1.22.19",
"files": [
+1 -1
View File
@@ -11,4 +11,4 @@ export type {
export { RunTree, type RunTreeConfig } from "./run_trees.js";
// Update using yarn bump-version
export const __version__ = "0.1.1";
export const __version__ = "0.1.2";
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langsmith"
version = "0.1.1"
version = "0.1.2"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
authors = ["LangChain <support@langchain.dev>"]
license = "MIT"