From 40bb9e68a3416caf0cf44f16be701f246404789d Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Tue, 20 Apr 2021 18:31:26 +0200 Subject: [PATCH] Release: 1.6.0 --- docs/source/conf.py | 2 +- setup.py | 2 +- src/datasets/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 867a8bad145..ccfd5705957 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.5.0" +release = "1.6.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 68d29142a47..8ec490eebb7 100644 --- a/setup.py +++ b/setup.py @@ -204,7 +204,7 @@ setup( name="datasets", - version="1.5.0.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="1.6.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=DOCLINES[0], long_description="\n".join(DOCLINES[2:]), author="HuggingFace Inc.", diff --git a/src/datasets/__init__.py b/src/datasets/__init__.py index 310686a36fd..740c6ef4def 100644 --- a/src/datasets/__init__.py +++ b/src/datasets/__init__.py @@ -18,7 +18,7 @@ # pylint: enable=line-too-long # pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position -__version__ = "1.5.0.dev0" +__version__ = "1.6.0" import pyarrow from pyarrow import total_allocated_bytes