File tree Expand file tree Collapse file tree
packages/common/src/handler_common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ An [A2A](https://a2a-protocol.org/latest/) Protocol client TUI and CLI.
1414This 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.0 handler
17+ uvx --from git+https://github.com/alDuncanson/Handler.git@v0.1.1 handler
1818```
1919
2020or, install it globally:
2121
2222``` bash
23- uv tool install git+https://github.com/alDuncanson/Handler.git@v0.1.0
23+ uv tool install git+https://github.com/alDuncanson/Handler.git@v0.1.1
2424```
2525
2626## Use
Original file line number Diff line number Diff line change 11"""Single source of truth for Handler version."""
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments