From 11afe684113ca09808878f707665f4629e839f6c Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Thu, 23 Jul 2026 16:20:27 -0700 Subject: [PATCH] chore(release): v0.19.0 --- 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 8e2e278..d07c939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.18.0" +version = "0.19.0" 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 52ba6b2..ac0879e 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -25,7 +25,7 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error") _warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*") -__version__ = "0.18.0" +__version__ = "0.19.0" __all__ = ["__version__", "remove_visible", "visible_provenance"] diff --git a/uv.lock b/uv.lock index 134aed0..e6622ae 100644 --- a/uv.lock +++ b/uv.lock @@ -2759,7 +2759,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.18.0" +version = "0.19.0" source = { editable = "." } dependencies = [ { name = "c2pa-python" },