From d45f0806a0c3bf94c0481dc2893627dd7c5ecb96 Mon Sep 17 00:00:00 2001 From: test-user Date: Mon, 25 May 2026 12:30:40 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.5.3=20=E2=80=94=20detect?= =?UTF-8?q?=20China=20TC260=20AIGC=20label=20(Doubao)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - feat(identify): detect the China TC260 XMP label (Doubao and other China-served generators); reports platform + ContentProducer. Removal already strips it via the existing metadata cleaner. 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 849eec7..64956d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.5.2" +version = "0.5.3" 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 83c0ccc..66a7eed 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.5.2" +__version__ = "0.5.3" diff --git a/uv.lock b/uv.lock index 8e973f0..f9e8e16 100644 --- a/uv.lock +++ b/uv.lock @@ -2150,7 +2150,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.5.2" +version = "0.5.3" source = { editable = "." } dependencies = [ { name = "click" },