From fe52b678819d1f41a4ff4b5994c9ff53324bf4fe Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Fri, 2 Oct 2020 15:05:11 +0200 Subject: [PATCH] Release: 1.1.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 bb21a4287da..b0fbfadeb2b 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.0.2' +release = '1.1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 215dc0775f5..b73f517f814 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ setup( name='datasets', - version="1.0.2", + version="1.1.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 fe70cc3ecf8..03a11a3a6fe 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.0.2" +__version__ = "1.1.0" import pyarrow from pyarrow import total_allocated_bytes