Skip to content

Commit a6a5a1c

Browse files
Release: 2.6.2 (#5283)
1 parent dc567c6 commit a6a5a1c

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
@@ -194,7 +194,7 @@
194194

195195
setup(
196196
name="datasets",
197-
version="2.6.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)
197+
version="2.6.2", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
198198
description="HuggingFace community-driven open-source library of datasets",
199199
long_description=open("README.md", encoding="utf-8").read(),
200200
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.6.1"
20+
__version__ = "2.6.2"
2121

2222
import platform
2323

0 commit comments

Comments
 (0)