mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-07-06 08:27:49 +02:00
Bump version to 0.3.0
This commit is contained in:
+1
-1
@@ -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, [])
|
||||
|
||||
Reference in New Issue
Block a user