From 4a7950e0548e5e55e491f564279ea80dd3a1d049 Mon Sep 17 00:00:00 2001 From: test-user Date: Wed, 1 Apr 2026 12:07:47 -0700 Subject: [PATCH] chore: bump version to 0.3.3 --- pyproject.toml | 2 +- src/remove_ai_watermarks/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22aee01..2e93e25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remove-ai-watermarks" -version = "0.3.2" +version = "0.3.3" 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 ff3f1ed..741c317 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.3.2" +__version__ = "0.3.3"