From 035ae5594167f3f4f35095f29cbdcf1154c9ed85 Mon Sep 17 00:00:00 2001 From: Ben Sowell Date: Thu, 11 Apr 2024 14:52:05 -0700 Subject: [PATCH] Bump sycamore version to v0.1.15 --- lib/sycamore/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sycamore/pyproject.toml b/lib/sycamore/pyproject.toml index 2b13df7ce..35ac9f791 100644 --- a/lib/sycamore/pyproject.toml +++ b/lib/sycamore/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sycamore-ai" -version = "0.1.14" +version = "0.1.15" description = "Sycamore is an LLM-powered semantic data preparation system for building search applications." authors = ["aryn.ai "] readme = "README.md"