Skip to content

Commit ad3f4d0

Browse files
authored
increment version (#3433)
1 parent e0128c9 commit ad3f4d0

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.1"
5+
__version__ = "0.4.9.2"
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.1"
7+
version = "0.4.9.2"
88
authors = [
99
{ name = "EleutherAI", email = "[email protected]" }
1010
]

0 commit comments

Comments
 (0)