Skip to content

Commit 5ef1ab1

Browse files
Release: 2.7.1 (huggingface#5282)
1 parent 2da6715 commit 5ef1ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200

201201
setup(
202202
name="datasets",
203-
version="2.7.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
203+
version="2.7.1", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
204204
description="HuggingFace community-driven open-source library of datasets",
205205
long_description=open("README.md", encoding="utf-8").read(),
206206
long_description_content_type="text/markdown",

src/datasets/__init__.py

+1-1
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.7.0"
20+
__version__ = "2.7.1"
2121

2222
import platform
2323

0 commit comments

Comments
 (0)