From cf4b354ed3bc8658dbd86433588e35840a99d3bf Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Fri, 19 Jan 2024 13:34:22 -0500 Subject: [PATCH] Bump version to 0.2.5. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd3658d91..868ce3b6d 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.2.4" +version = "0.2.5" [tool.poetry.dependencies]