Skip to content

Commit d021bf8

Browse files
authored
Bump version to 0.4.9.1 (#3208)
1 parent 3214d46 commit d021bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lm_eval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44

5-
__version__ = "0.4.9"
5+
__version__ = "0.4.9.1"
66

77

88
# Lazy-load .evaluator module to improve CLI startup

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 = "lm_eval"
7-
version = "0.4.9"
7+
version = "0.4.9.1"
88
authors = [
99
{name="EleutherAI", email="[email protected]"}
1010
]

0 commit comments

Comments
 (0)