From b191e5761283f253d589bc8a038dc5afbe234f38 Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Fri, 23 Feb 2024 09:40:32 -0500 Subject: [PATCH] Bump version to 0.3.6. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a126962..5c3ae46d 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]