Skip to content

Commit da7b358

Browse files
v0.5.0: Session explain, cost estimation, and ADRs
Co-authored-by: Ona <no-reply@ona.com>
1 parent 1f4779a commit da7b358

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agent-strace"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "strace for AI agents. Capture and replay every tool call, LLM request, and decision point."
99
readme = "README.md"
1010
license = "MIT"

src/agent_trace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""agent-trace: strace for AI agents."""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)