Skip to content

Commit 4df8093

Browse files
committed
chore: Bump version to 0.0.11
1 parent d6eadd0 commit 4df8093

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
@@ -7,7 +7,7 @@ packages = ["smoltrace"]
77

88
[project]
99
name = "smoltrace"
10-
version = "0.0.10"
10+
version = "0.0.11"
1111
authors = [
1212
{name = "Kshitij Thakkar", email = "kshitijthakkar@rocketmail.com"}
1313
]

smoltrace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SMOLTRACE - Comprehensive benchmarking and evaluation framework for smolagents.
33
"""
44

5-
__version__ = "0.0.1"
5+
__version__ = "0.0.11"
66

77
# Export main functions
88
from .core import run_evaluation

0 commit comments

Comments
 (0)