Skip to content

Commit 3a65f39

Browse files
haowu77claude
andcommitted
Bump version to 0.3.2
NER false positive reduction: threshold 0.6→0.7, min_word_count=2 for person names. Add Troubleshooting docs for hook timeout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a16e56e commit 3a65f39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mask_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Local Image Privacy Mask Engine."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"
44

55
from .ocr import OcrResult, run_ocr
66
from .detector import Detection, detect_sensitive

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "privacy-mask"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Local image privacy masking — detect and redact sensitive info (IDs, phones, keys, etc.) before images leave your machine."
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)