Skip to content

Commit 3464063

Browse files
fix(engine): sync __version__ with pyproject.toml (2.1.0)
1 parent 32f6f70 commit 3464063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/agent_control_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
reset_evaluator_discovery,
1010
)
1111

12-
__version__ = "0.1.0"
12+
__version__ = "2.1.0"
1313

1414
__all__ = [
1515
"clear_evaluator_cache",

0 commit comments

Comments
 (0)