From d7c0ae011a2b740a6d6f3adb7dc2588ceb1d8b6b Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 8 Apr 2026 22:16:38 -0700 Subject: [PATCH] chore: bump pyproject.toml version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7729635..1928abb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kiwi" -version = "0.1.0" +version = "0.2.0" description = "Pantry tracking + leftover recipe suggestions" readme = "README.md" requires-python = ">=3.11"