From a85fb52fc8ddb41307e61cbf6a5189f3bba27829 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:17:55 +0100 Subject: [PATCH] Release: 2.16.0 (#6527) --- setup.py | 2 +- src/datasets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a4ab4df104a..041306fbf9d 100644 --- a/setup.py +++ b/setup.py @@ -253,7 +253,7 @@ setup( name="datasets", - version="2.15.1.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) + version="2.16.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) description="HuggingFace community-driven open-source library of datasets", long_description=open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown", diff --git a/src/datasets/__init__.py b/src/datasets/__init__.py index 835d81e3d73..fc733bc0b9f 100644 --- a/src/datasets/__init__.py +++ b/src/datasets/__init__.py @@ -17,7 +17,7 @@ # pylint: enable=line-too-long # pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position -__version__ = "2.15.1.dev0" +__version__ = "2.16.0" from .arrow_dataset import Dataset from .arrow_reader import ReadInstruction