From ed03c0c66cba7bf6fc60ba95ba21113dc99ff49b Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Fri, 23 Feb 2024 10:05:56 -0500 Subject: [PATCH] save --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d56d1b6f..03bc053f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ repository = "https://github.com/lilacai/lilac" packages = [{ include = "lilac" }] include = ["lilac/web/**/*"] # Include the web app assets. readme = "README.md" -version = "0.3.5" +version = "0.3.6" [tool.poetry.dependencies]