From 08353dd8bae74e70ee9d3c75f8fec7035ba764ae Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Tue, 12 Dec 2023 14:28:45 -0500 Subject: [PATCH] Bump version to 0.1.24. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34cc1d08c..6dee16bc7 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.23" +version = "0.1.24" [tool.poetry.dependencies]