chore(release): bump version to 0.14.1

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Victor Kuznetsov
2026-07-11 11:13:02 +03:00
parent 731af94639
commit f69fedcf2d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"]
Generated
+1 -1
View File
@@ -2750,7 +2750,7 @@ wheels = [
[[package]]
name = "remove-ai-watermarks"
version = "0.14.0"
version = "0.14.1"
source = { editable = "." }
dependencies = [
{ name = "c2pa-python" },