From dae68804ec3feb97c5c74d6fb761a1c91fd3bd15 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Mon, 4 Jan 2021 19:30:06 +0100 Subject: [PATCH] Release: 1.2.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 387c155d6fc..42755e1d6e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = '1.1.3' +release = '1.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c4f4574b13e..d98b9d15671 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ setup( name='datasets', - version="1.1.3", + version="1.2.0", 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 a1bbf6aa9e9..ada3befaa1e 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.1.3" +__version__ = "1.2.0" import pyarrow from pyarrow import total_allocated_bytes