diff --git a/README.md b/README.md index a441779..eda1e5c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ no telemetry. > *tearsheet (n.): a page torn from a publication and filed as proof it ran.* -**Trust status:** qualified for heavy usage 2026-07-16 — 249 tests, a falsifiable live +**Trust status:** qualified for heavy usage 2026-07-16 — 243 tests, a falsifiable live eval harness (verdict GREEN), and zero fabrications across the tool's entire recorded history. Its documented failure mode is *omission*, and the guards exist to make every omission loud. See [Trust](#trust). diff --git a/src/tearsheet/__init__.py b/src/tearsheet/__init__.py index 35d92c9..2711ed6 100644 --- a/src/tearsheet/__init__.py +++ b/src/tearsheet/__init__.py @@ -7,6 +7,6 @@ from tearsheet.mapper import map_site from tearsheet.structured import extract_page, extract_structured -__version__ = "0.1.2" +__version__ = "0.1.4" __all__ = ["__version__", "extract_page", "extract_structured", "map_site"]