From 0c7b45839467d71b014a057131baf3c82bb25f4f Mon Sep 17 00:00:00 2001 From: Kevin Castro Date: Tue, 3 Feb 2026 01:32:46 -0500 Subject: [PATCH] Release v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a678eef..907f09f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jinjatest" -version = "0.2.0" +version = "0.3.0" description = "A type-safe, structured testing library for Jinja templates" readme = "README.md" requires-python = ">=3.10"