From 01539f5f58f1b776188e704545f89c604d5b52af Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Fri, 28 Aug 2026 10:29:33 -0700 Subject: [PATCH] Release 0.34.1 One change over 0.34.0: the Microsoft badge's provenance relaxation (0.7), measured on the OCR-censused Microsoft-C2PA cohort -- 257 badge-less uploads max 0.251, the relaxed band holds three faint badges and zero false fills. --- pyproject.toml | 2 +- src/remove_ai_watermarks/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfe3b29..fa3f175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ # on it, including the ComfyUI node package. The console script below carries # the same weight, since users have it on PATH. name = "remove-ai-watermarks" -version = "0.34.0" +version = "0.34.1" description = "AI watermark remover for visible, invisible, and provenance marks in images and video" readme = "README.md" requires-python = ">=3.11,<3.15" diff --git a/src/remove_ai_watermarks/__init__.py b/src/remove_ai_watermarks/__init__.py index ffd7f66..d5b8d5c 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -32,7 +32,7 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error") _warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*") -__version__ = "0.34.0" +__version__ = "0.34.1" __all__ = [ "BatchSummary", diff --git a/uv.lock b/uv.lock index 74c86d7..6a958f4 100644 --- a/uv.lock +++ b/uv.lock @@ -3169,7 +3169,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.34.0" +version = "0.34.1" source = { editable = "." } dependencies = [ { name = "c2pa-python" },