We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd89c2d commit aec07acCopy full SHA for aec07ac
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "value-python"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "Python SDK to track AI agents with Value actions and auto-instrument LLM calls (Gemini, LangChain)"
5
authors = ["srinivas <srinivas@valmi.io>"]
6
readme = "README.md"
src/value/__init__.py
@@ -8,7 +8,7 @@
8
uninstrument,
9
)
10
11
-__version__ = "0.1.3"
+__version__ = "0.1.4"
12
__all__ = [
13
"ValueClient",
14
"AsyncValueClient",
0 commit comments