From be566e8868b2fa0e5c23a42d411ba0513f37661a Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Thu, 18 Jun 2026 17:28:21 -0700 Subject: [PATCH] chore(release): v0.11.3 --- 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 d0055f8..463c66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.11.2" +version = "0.11.3" description = "AI watermark remover: strip visible and invisible AI watermarks (Gemini / Nano Banana sparkle, SynthID) and provenance metadata (C2PA, EXIF) from images" readme = "README.md" requires-python = ">=3.10" diff --git a/src/remove_ai_watermarks/__init__.py b/src/remove_ai_watermarks/__init__.py index 040d233..c032646 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -11,4 +11,4 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error") _warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*") -__version__ = "0.11.2" +__version__ = "0.11.3" diff --git a/uv.lock b/uv.lock index 20dd7df..17c868e 100644 --- a/uv.lock +++ b/uv.lock @@ -2712,7 +2712,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.11.2" +version = "0.11.3" source = { editable = "." } dependencies = [ { name = "c2pa-python" },