From 2256521bb394e7d4260ff330c79338ef803088f3 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Tue, 6 Oct 2020 16:09:55 +0200 Subject: [PATCH] Release: 1.1.2 --- 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 24fd30dbaf5..f9ee17a7ff7 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.1' +release = '1.1.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e2a09a32f3c..e3acd4a79df 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ setup( name='datasets', - version="1.1.1", + version="1.1.2", 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 f70753b2d04..d166efd411d 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.1" +__version__ = "1.1.2" import pyarrow from pyarrow import total_allocated_bytes