Skip to content

Commit 5354f25

Browse files
haowu77claude
andcommitted
Bump version to 0.3.1 for PyPI release
Reduce false positives: disable 8 high-FP regex rules (IP, UUID, MAC, IPv6, QQ, URL auth token, MRZ) and remove organization name / license plate from default NER entity types. Raise NER threshold 0.5→0.6. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d9f5147 commit 5354f25

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.0"
3+
__version__ = "0.3.1"
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.0"
7+
version = "0.3.1"
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)