Skip to content

Commit 6fbf5ee

Browse files
committed
Release 0.4.8
1 parent c06e35a commit 6fbf5ee

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.4.7"
7+
version = "0.4.8"
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.4.7"
27+
__version__ = "0.4.8"
2828

2929
__all__ = [
3030
"APORun",

0 commit comments

Comments
 (0)