From 5a4f3afcb6a4fe7d6c5f1ef6131e0484b52df3c2 Mon Sep 17 00:00:00 2001 From: Paul Swingle Date: Thu, 25 Jul 2024 15:04:01 -0700 Subject: [PATCH] new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61cbadd..4428388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages=["spice"] [project] name = "spiceai" -version = "0.3.18" +version = "0.3.19" license = {text = "Apache-2.0"} description = "A Python library for building AI-powered applications." readme = "README.md"