From f326bab189f4bfc12ab3db2d136749cdb46f4d21 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Thu, 28 May 2026 12:43:52 -0700 Subject: [PATCH] chore(release): v0.6.11 Ships the China TC260 AIGC PNG-chunk and HuggingFace hf-job-id provenance detectors (223cbcf). Also syncs src/__init__.__version__, which had drifted to 0.6.9 (not bumped in the 0.6.10 release). Co-Authored-By: Claude Opus 4.7 --- 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 df29d65..01733cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.6.10" +version = "0.6.11" 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 52b451e..25a9029 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.6.9" +__version__ = "0.6.11" diff --git a/uv.lock b/uv.lock index f45badb..617ae0b 100644 --- a/uv.lock +++ b/uv.lock @@ -2865,7 +2865,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.6.10" +version = "0.6.11" source = { editable = "." } dependencies = [ { name = "click" },