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
@@ -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, [])