From 1bef03e7939ac410c99b290936e276c20fa8a084 Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Thu, 29 Feb 2024 15:01:29 -0500 Subject: [PATCH] Bump version to 0.3.9. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fa6d240..44c3888d 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.8" +version = "0.3.9" [tool.poetry.dependencies]