From 9b840f00ce263f022226407202ce89892b8c4bdd Mon Sep 17 00:00:00 2001 From: Nikhil Thorat Date: Tue, 23 Jan 2024 16:26:26 -0500 Subject: [PATCH] Bump version to 0.3.1. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af746c0e1..11f870192 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.3.0" +version = "0.3.1" [tool.poetry.dependencies]