From caa8becf803141de6380d961426cac82199ab70c Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Wed, 15 Nov 2023 11:03:04 -0500 Subject: [PATCH] Bump version to 0.1.19. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d60a8b645..3d4cbca39 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.18" +version = "0.1.19" [tool.poetry.dependencies]