From db4003a03b410d30676ade94c9e8dd1095c93248 Mon Sep 17 00:00:00 2001 From: Ben Sowell Date: Thu, 12 Oct 2023 16:15:21 -0700 Subject: [PATCH] Bump version to 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8bfeda35..574cc9276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sycamore-ai" -version = "0.1.4" +version = "0.1.5" description = "Sycamore is an LLM-powered semantic data preparation system for building search applications." authors = ["aryn.ai "] readme = "README.md"