Skip to content

Commit f87e730

Browse files
chore: release v1.0.5
1 parent d45201d commit f87e730

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.4"
7+
version = "1.0.5"
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.4"
1+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)