diff --git a/pyproject.toml b/pyproject.toml index 3fefa43..691d530 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.29.0" +version = "0.30.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 e13bea3..f4c4d02 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.29.0" +__version__ = "0.30.0" __all__ = [ "BatchSummary", diff --git a/uv.lock b/uv.lock index f366e50..c154bfc 100644 --- a/uv.lock +++ b/uv.lock @@ -3131,7 +3131,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.29.0" +version = "0.30.0" source = { editable = "." } dependencies = [ { name = "c2pa-python" },