From 264dc26fb74842858c6cf4ca8a32b808c4de9fe2 Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Thu, 12 Oct 2023 17:51:51 -0400 Subject: [PATCH] Bump version to 0.1.9. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7e6186de..556c6dd20 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.1.8" +version = "0.1.9" [tool.poetry.dependencies]