diff --git a/blendsql/__init__.py b/blendsql/__init__.py index 0bcd566d..7f9d20a1 100644 --- a/blendsql/__init__.py +++ b/blendsql/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.20" +__version__ = "0.0.21" from .ingredients.builtin import LLMMap, LLMQA, LLMJoin, LLMValidate, ImageCaption