Skip to content

Commit 289e6d4

Browse files
committed
chore: bump version to 2.0.2
Patch release following the uv migration (hatchling build backend, PEP 735 dependency-groups, uv.lock replaces poetry.lock). No user-facing or runtime changes.
1 parent 7d67b1b commit 289e6d4

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

eval_harness/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from eval_harness import adapters as adapters
99
from eval_harness import evaluators as evaluators
1010

11-
__version__ = "2.0.1"
11+
__version__ = "2.0.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eval-harness"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A boring, config-driven harness for evaluating AI systems."
55
readme = "README.md"
66
requires-python = ">=3.11,<4"

uv.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)