Skip to content

Commit 524266d

Browse files
committed
version bump
1 parent 318ab0f commit 524266d

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-langchain"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/langgraph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-langgraph"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LangGraph based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-llamaindex"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/apps/nemo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-apps-nemo"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/benchmark/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-benchmark"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/connectors/snowflake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-connectors-snowflake"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-core"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/dashboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-dashboard"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "Library to systematically track and evaluate LLM based applications."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

src/feedback/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[tool.poetry]
88
name = "trulens-feedback"
9-
version = "2.5.1"
9+
version = "2.5.2"
1010
description = "A TruLens extension package implementing feedback functions for LLM App evaluation."
1111
authors = [
1212
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",

0 commit comments

Comments
 (0)