From 25081e69f239377d043c4ca0d898b96ac94470b2 Mon Sep 17 00:00:00 2001 From: Parth Parmar <139258340+pparmar30@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:17:58 -0400 Subject: [PATCH] Bump the version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b05ece5dd..8051ce430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sycamore-ai" -version = "0.1.3" +version = "0.1.4" description = "Sycamore is an LLM-powered semantic data preparation system for building search applications." authors = ["aryn.ai "] readme = "README.md"