Skip to content

Commit aec07ac

Browse files
committed
Bump version to 0.1.4
1 parent dd89c2d commit aec07ac

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "value-python"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Python SDK to track AI agents with Value actions and auto-instrument LLM calls (Gemini, LangChain)"
55
authors = ["srinivas <[email protected]>"]
66
readme = "README.md"

src/value/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
uninstrument,
99
)
1010

11-
__version__ = "0.1.3"
11+
__version__ = "0.1.4"
1212
__all__ = [
1313
"ValueClient",
1414
"AsyncValueClient",

0 commit comments

Comments
 (0)