diff --git a/pyproject.toml b/pyproject.toml index 78afdfa..c0ccdd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "maturin" name = "pdf-inspector" # Bump this to publish to PyPI — CI publishes automatically when the version # changes on main (same flow as napi/package.json for npm). -version = "0.2.5" +version = "0.2.6" description = "Fast PDF inspection, classification, and text extraction with smart scanned vs text-based detection" readme = "docs/python.md" license = { text = "MIT" }