From f69fedcf2de5e17c98159ef5f6057aee5c83f2aa Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Sat, 11 Jul 2026 11:13:02 +0300 Subject: [PATCH] chore(release): bump version to 0.14.1 Co-Authored-By: Claude Opus 4.8 --- 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 fd6f108..79921f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.14.0" +version = "0.14.1" 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 390c639..d82bbb4 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.14.0" +__version__ = "0.14.1" __all__ = ["__version__", "remove_visible", "visible_provenance"] diff --git a/uv.lock b/uv.lock index 21638d5..e333bbd 100644 --- a/uv.lock +++ b/uv.lock @@ -2750,7 +2750,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.14.0" +version = "0.14.1" source = { editable = "." } dependencies = [ { name = "c2pa-python" },