Skip to content

Commit 53b3324

Browse files
authored
release: 0.4.5 (#690)
1 parent 9484626 commit 53b3324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
setup(
128128
name="evaluate",
129-
version="0.4.5.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
129+
version="0.4.5", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
130130
description="HuggingFace community-driven open-source library of evaluation",
131131
long_description=open("README.md", encoding="utf-8").read(),
132132
long_description_content_type="text/markdown",

src/evaluate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# pylint: enable=line-too-long
1818
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position
1919

20-
__version__ = "0.4.5.dev0"
20+
__version__ = "0.4.5"
2121

2222
from packaging import version
2323

0 commit comments

Comments
 (0)