Bump version to 0.3.0

This commit is contained in:
test-user
2026-03-25 17:27:39 -07:00
parent 1890848ec3
commit 2bdc4bceff
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remove-ai-watermarks"
version = "0.2.2"
version = "0.3.0"
description = "Remove visible and invisible AI watermarks from images (Gemini / Nano Banana, ChatGPT, Stable Diffusion)"
readme = "README.md"
requires-python = ">=3.10"
+1 -1
View File
@@ -1,3 +1,3 @@
"""Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks."""
__version__ = "0.2.2"
__version__ = "0.3.0"
+1 -1
View File
@@ -79,7 +79,7 @@ class TestMainGroup:
def test_version(self, runner):
result = runner.invoke(main, ["--version"])
assert result.exit_code == 0
assert "0.2.2" in result.output
assert "0.3.0" in result.output
def test_no_command_shows_banner(self, runner):
result = runner.invoke(main, [])
Generated
+1 -1
View File
@@ -1993,7 +1993,7 @@ wheels = [
[[package]]
name = "remove-ai-watermarks"
version = "0.2.2"
version = "0.3.0"
source = { editable = "." }
dependencies = [
{ name = "accelerate" },