Skip to content

Commit 53d55f3

Browse files
Release 2.14.4 (huggingface#6129)
Release: 2.14.4
1 parent 3648752 commit 53d55f3

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
@@ -246,7 +246,7 @@
246246

247247
setup(
248248
name="datasets",
249-
version="2.14.3", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
249+
version="2.14.4", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
250250
description="HuggingFace community-driven open-source library of datasets",
251251
long_description=open("README.md", encoding="utf-8").read(),
252252
long_description_content_type="text/markdown",

src/datasets/__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__ = "2.14.3"
20+
__version__ = "2.14.4"
2121

2222
from .arrow_dataset import Dataset
2323
from .arrow_reader import ReadInstruction

0 commit comments

Comments
 (0)