From 0bb94ba0702724eb3ea03c7f8df018f89fd6c191 Mon Sep 17 00:00:00 2001 From: Kevin Castro Date: Thu, 22 Jan 2026 20:30:26 -0500 Subject: [PATCH] Updated version in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7002e61..357707c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jinjatest" -version = "0.1.1" +version = "0.2.0" description = "A type-safe, structured testing library for Jinja templates" readme = "README.md" requires-python = ">=3.10"