From 0762807e42c842a027f72cc7604ea4b026b4334e Mon Sep 17 00:00:00 2001 From: test-user Date: Mon, 25 May 2026 08:57:35 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.5.0=20=E2=80=94=20image=20?= =?UTF-8?q?provenance=20(identify)=20+=20SD/SDXL/FLUX=20+=20EXIF/XMP=20det?= =?UTF-8?q?ection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New since v0.4.1: - identify command: aggregate C2PA, IPTC, SD/ComfyUI params, SynthID proxy, visible sparkle, open invisible watermark into one provenance verdict (--json, --no-visible). - Open SD/SDXL/FLUX invisible-watermark detection (imwatermark, extra: detect). - EXIF Software / XMP CreatorTool generator-tag reading (incl. AVIF/HEIF). - Stability AI + Microsoft/Bing C2PA issuers; SynthID metadata detection. - SynthID reference corpus + experimental pixel-carrier probe. - Fix: __version__ was stuck at 0.3.4 (banner mismatch), now synced. Co-Authored-By: Claude Opus 4.7 (1M context) --- 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 d2a26c7..8fb3c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.4.1" +version = "0.5.0" description = "Remove visible and invisible AI watermarks from images (Gemini / Nano Banana, ChatGPT, Stable Diffusion)" readme = "README.md" requires-python = ">=3.10" diff --git a/src/remove_ai_watermarks/__init__.py b/src/remove_ai_watermarks/__init__.py index 9efcc1c..738575b 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -1,3 +1,3 @@ """Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks.""" -__version__ = "0.3.4" +__version__ = "0.5.0" diff --git a/uv.lock b/uv.lock index 1e322ac..94139dc 100644 --- a/uv.lock +++ b/uv.lock @@ -2150,7 +2150,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.4.1" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "click" },