From 92051a564f1a3197c731a52d277b285932a44be4 Mon Sep 17 00:00:00 2001 From: Ben Sowell Date: Wed, 3 Jan 2024 11:54:36 -0800 Subject: [PATCH] Bump version to v0.1.11. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c7c9c203..c70faa54a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sycamore-ai" -version = "0.1.10" +version = "0.1.11" description = "Sycamore is an LLM-powered semantic data preparation system for building search applications." authors = ["aryn.ai "] readme = "README.md"