diff --git a/pyproject.toml b/pyproject.toml index 8fb3c55..12a6e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.5.0" +version = "0.5.1" 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/src/remove_ai_watermarks/__init__.py b/src/remove_ai_watermarks/__init__.py index 738575b..bfa17c5 100644 --- a/src/remove_ai_watermarks/__init__.py +++ b/src/remove_ai_watermarks/__init__.py @@ -1,3 +1,3 @@ """Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks.""" -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/uv.lock b/uv.lock index 1360499..6715598 100644 --- a/uv.lock +++ b/uv.lock @@ -2150,7 +2150,7 @@ wheels = [ [[package]] name = "remove-ai-watermarks" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "click" },