From 86d1b10b951e6a565baa17e0b1d0b72e4d186163 Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Mon, 8 Jan 2024 09:27:37 -0500 Subject: [PATCH] Bump version to 0.2.2. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 386ede0e6..7cf2d3bc1 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.1" +version = "0.2.2" [tool.poetry.dependencies]