From 6b315be9b0dc5214d1f2e39d21c87fed3272d67c Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Fri, 12 Jan 2024 11:56:44 -0500 Subject: [PATCH] Bump version to 0.2.3. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cf2d3bc1..2f070f7d2 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.2" +version = "0.2.3" [tool.poetry.dependencies]