chore(release): v0.12.1

This commit is contained in:
Victor Kuznetsov
2026-06-23 15:15:04 -07:00
parent 675590e8b2
commit ee4af800ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remove-ai-watermarks"
version = "0.12.0"
version = "0.12.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"
+1 -1
View File
@@ -11,4 +11,4 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error")
_warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*")
__version__ = "0.12.0"
__version__ = "0.12.1"
Generated
+1 -1
View File
@@ -2712,7 +2712,7 @@ wheels = [
[[package]]
name = "remove-ai-watermarks"
version = "0.12.0"
version = "0.12.1"
source = { editable = "." }
dependencies = [
{ name = "c2pa-python" },