From e2304ebcdb751a0b86e1da741b28f466e45a671b Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:31:34 -0700 Subject: [PATCH] standard-tests[patch]: Release 0.1.1 (#22984) --- libs/standard-tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 03d0ba61ac..6bd8f24765 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-standard-tests" -version = "0.1.0" +version = "0.1.1" description = "Standard tests for LangChain implementations" authors = ["Erick Friis "] readme = "README.md"