Skip to content

Commit 3b16e08

Browse files
authored
Release: 2.11.0 (#5684)
1 parent 411f9cc commit 3b16e08

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
@@ -242,7 +242,7 @@
242242

243243
setup(
244244
name="datasets",
245-
version="2.10.2.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)
245+
version="2.11.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)
246246
description="HuggingFace community-driven open-source library of datasets",
247247
long_description=open("README.md", encoding="utf-8").read(),
248248
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.10.2.dev0"
20+
__version__ = "2.11.0"
2121

2222
import platform
2323

0 commit comments

Comments
 (0)