Skip to content

Commit 0cbc01b

Browse files
committed
Release 0.4.0
1 parent c52e95b commit 0cbc01b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shadowlm"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "ShadowLM Trainer — fine-tune any open model, with any method, on any hardware, for any harness."
99
readme = "README.md"
1010
license = "MIT"

shadowlm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .rl import Trajectory, TrajectoryGroup, judge_group
2525
from .training import Metric, TrainConfig, TrainingRun
2626

27-
__version__ = "0.3.0"
27+
__version__ = "0.4.0"
2828

2929
__all__ = [
3030
"APORun",

0 commit comments

Comments
 (0)