Release 0.27.0

This commit is contained in:
Victor Kuznetsov
2026-08-18 11:02:18 -07:00
parent 21ce1dfadd
commit 2e1428406e
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -54,6 +54,7 @@ gfpgan/
# deeper in the tree is not caught.
/.agents/
/.codex/
/sch_*.yaml
/.opencode/
/opencode.json
/opencode.jsonc
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",
Generated
+1 -1
View File
@@ -2508,7 +2508,7 @@ wheels = [
[[package]]
name = "remove-ai-watermarks"
version = "0.26.3"
version = "0.27.0"
source = { editable = "." }
dependencies = [
{ name = "c2pa-python" },