From 820af984180b6c2cb2c66b559d76be59d5a98024 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 18 Apr 2024 13:38:38 -0400 Subject: [PATCH] Release 0.0.12 (#183) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ade4a60..727c83e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-benchmarks" -version = "0.0.11" +version = "0.0.12" description = "🦜💪 Flex those feathers!" authors = ["LangChain AI"] license = "MIT"