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"