diff --git a/pyproject.toml b/pyproject.toml index c2f3b8c..6ac7aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "infer-check" -version = "0.1.1" +version = "0.1.1.1" description = "Correctness and reliability testing for LLM inference engines" readme = "README.md" license = { text = "Apache-2.0" } diff --git a/src/infer_check/reporting/html.py b/src/infer_check/reporting/html.py index d2b7e8c..1af7c76 100644 --- a/src/infer_check/reporting/html.py +++ b/src/infer_check/reporting/html.py @@ -419,7 +419,7 @@
- {% for row in diff_failures %} + {% for row in diff_rows %}