We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6eadd0 commit 4df8093Copy full SHA for 4df8093
pyproject.toml
@@ -7,7 +7,7 @@ packages = ["smoltrace"]
7
8
[project]
9
name = "smoltrace"
10
-version = "0.0.10"
+version = "0.0.11"
11
authors = [
12
{name = "Kshitij Thakkar", email = "kshitijthakkar@rocketmail.com"}
13
]
smoltrace/__init__.py
@@ -2,7 +2,7 @@
2
SMOLTRACE - Comprehensive benchmarking and evaluation framework for smolagents.
3
"""
4
5
-__version__ = "0.0.1"
+__version__ = "0.0.11"
6
# Export main functions
from .core import run_evaluation
0 commit comments