Skip to content

Commit f192d06

Browse files
committed
chore: bump version
1 parent c8e2c52 commit f192d06

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ An [A2A](https://a2a-protocol.org/latest/) Protocol client TUI and CLI.
1414
This project is managed with [uv](https://docs.astral.sh/uv/), so you can run Handler in a temporary, isolated environment:
1515

1616
```bash
17-
uvx --from git+https://github.com/alDuncanson/Handler.git@v0.1.2 handler
17+
uvx --from git+https://github.com/alDuncanson/Handler.git@v0.1.3 handler
1818
```
1919

2020
or, install it globally:
2121

2222
```bash
23-
uv tool install git+https://github.com/alDuncanson/Handler.git@v0.1.2
23+
uv tool install git+https://github.com/alDuncanson/Handler.git@v0.1.3
2424
```
2525

2626
## Use
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""Single source of truth for Handler version."""
2+
3+
__version__ = "0.1.3"

src/a2a_handler/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for Handler version."""
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)