diff --git a/pyproject.toml b/pyproject.toml index 95f93b6..8ddaa6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.3.5" +version = "0.4.0" description = "Remove visible and invisible AI watermarks from images (Gemini / Nano Banana, ChatGPT, Stable Diffusion)" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index b59edc5..04ddc95 100644 --- a/uv.lock +++ b/uv.lock @@ -2015,7 +2015,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.3.5" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "click" },