From 39086d4748265f611b08485bd6a7bc927f55b406 Mon Sep 17 00:00:00 2001 From: Parker Glenn Date: Mon, 13 May 2024 17:38:24 -0400 Subject: [PATCH] Increment version 0.0.15 --- blendsql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blendsql/__init__.py b/blendsql/__init__.py index 51e14b62..79d778f7 100644 --- a/blendsql/__init__.py +++ b/blendsql/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.141" +__version__ = "0.0.15" from .ingredients.builtin import LLMMap, LLMQA, LLMJoin, LLMValidate