mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-19 03:57:13 +02:00
chore(release): v0.12.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
9695a7cbd2
commit
5a612adfef
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "remove-ai-watermarks"
|
name = "remove-ai-watermarks"
|
||||||
version = "0.11.4"
|
version = "0.12.0"
|
||||||
description = "AI watermark remover: strip visible and invisible AI watermarks (Gemini / Nano Banana sparkle, SynthID) and provenance metadata (C2PA, EXIF) from images"
|
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"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error")
|
|||||||
_warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*")
|
_warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*")
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.11.4"
|
__version__ = "0.12.0"
|
||||||
|
|||||||
@@ -2712,7 +2712,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "remove-ai-watermarks"
|
name = "remove-ai-watermarks"
|
||||||
version = "0.11.4"
|
version = "0.12.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "c2pa-python" },
|
{ name = "c2pa-python" },
|
||||||
|
|||||||
Reference in New Issue
Block a user