Skip to content

Commit 06c3ffb

Browse files
lhoestqalbertvillanova
authored andcommitted
Release: 2.14.6 (huggingface#6342)
release: 2.14.6
1 parent c52d90e commit 06c3ffb

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.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)
249+
version="2.14.6", # 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.5"
20+
__version__ = "2.14.6"
2121

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

0 commit comments

Comments
 (0)