Skip to content

Commit 1f2ab59

Browse files
alDuncansonampagent
andcommitted
chore: bump version for release
Amp-Thread-ID: https://ampcode.com/threads/T-019f9055-6fa8-70a1-b6f4-f57311264176 Co-authored-by: Amp <amp@ampcode.com>
1 parent ce9dc28 commit 1f2ab59

6 files changed

Lines changed: 296 additions & 296 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "a2a-handler"
3-
version = "0.1.24"
3+
version = "0.1.25"
44
description = "An A2A Protocol client TUI and CLI."
55
readme = "README.md"
66
requires-python = ">=3.11"

tests/tui/__snapshots__/test_snapshots/test_handler_tui_auth_tab_snapshot.raw

Lines changed: 98 additions & 98 deletions
Large diffs are not rendered by default.

tests/tui/__snapshots__/test_snapshots/test_handler_tui_connected_snapshot.raw

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

tests/tui/__snapshots__/test_snapshots/test_handler_tui_disconnected_snapshot.raw

Lines changed: 93 additions & 93 deletions
Large diffs are not rendered by default.

tests/tui/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async def test_footer_shows_global_help_and_version() -> None:
176176
assert "Ctrl+N" not in footer_labels
177177

178178
version = app.query_one("#app-version", Static)
179-
assert str(version.content) == "v0.1.24"
179+
assert str(version.content) == "v0.1.25"
180180

181181

182182
@pytest.mark.asyncio

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)