Skip to content

Commit ea3316d

Browse files
chore: release v1.0.6
1 parent 17593d5 commit ea3316d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "lightrace"
7-
version = "1.0.5"
7+
version = "1.0.6"
88
description = "Agentic development kit — LLM tracing, tool management, and agent primitives"
99
readme = "README.md"
1010
license = "MIT"

src/lightrace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.5"
1+
__version__ = "1.0.6"

0 commit comments

Comments
 (0)