From 3978c6227f658cf01662d126096806d425848e3c Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Fri, 23 Feb 2024 10:45:59 -0500 Subject: [PATCH] Bump version to 0.3.7. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5833570d..0d989848 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.6" +version = "0.3.7" [tool.poetry.dependencies]