From 2e1428406e74c03db980e319386bddf7a03e6964 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Tue, 18 Aug 2026 11:02:18 -0700 Subject: [PATCH] Release 0.27.0 --- .gitignore | 1 + pyproject.toml | 2 +- src/remove_ai_watermarks/__init__.py | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5690373..50375b9 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ gfpgan/ # deeper in the tree is not caught. /.agents/ /.codex/ +/sch_*.yaml /.opencode/ /opencode.json /opencode.jsonc diff --git a/pyproject.toml b/pyproject.toml index cb1d37c..d4ca275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ # on it, including the ComfyUI node package. The console script below carries # the same weight, since users have it on PATH. name = "remove-ai-watermarks" -version = "0.26.3" +version = "0.27.0" description = "AI watermark remover for visible, invisible, and provenance marks in images and video" readme = "README.md" requires-python = ">=3.11,<3.15" diff --git a/src/remove_ai_watermarks/__init__.py b/src/remove_ai_watermarks/__init__.py index 857937a..247fb97 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -32,7 +32,7 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error") _warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*") -__version__ = "0.26.3" +__version__ = "0.27.0" __all__ = [ "BatchSummary", diff --git a/uv.lock b/uv.lock index 4fa8b82..fa3a725 100644 --- a/uv.lock +++ b/uv.lock @@ -2508,7 +2508,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.26.3" +version = "0.27.0" source = { editable = "." } dependencies = [ { name = "c2pa-python" },