diff --git a/docs/source/conf.py b/docs/source/conf.py index e4008f1246d..5a166e4dada 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.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1c30dfddcaf..8d07cf90382 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ setup( name='datasets', - version="1.0.0", + version="1.0.1", 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 cb8a4d154e8..48e3ea83106 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.0" +__version__ = "1.0.1" import pyarrow from pyarrow import total_allocated_bytes