From 48b8fb81ed7f96d2db9cc58226b90c2cdaa1c25b Mon Sep 17 00:00:00 2001 From: Parker Glenn Date: Thu, 29 Feb 2024 17:15:57 -0500 Subject: [PATCH] Increment __version__ --- blendsql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blendsql/__init__.py b/blendsql/__init__.py index 335b0d70..799120aa 100644 --- a/blendsql/__init__.py +++ b/blendsql/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.11" +__version__ = "0.0.12" from .ingredients.builtin import LLMMap, LLMQA, LLMJoin, DT, LLMValidate