diff --git a/docs/source/conf.py b/docs/source/conf.py index 1b64a470694..2b20e68be59 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.2.1' +release = '1.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 59ba48bb034..877fdec3b82 100644 --- a/setup.py +++ b/setup.py @@ -189,7 +189,7 @@ setup( name="datasets", - version="1.2.1", + version="1.3.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 fc8cc8ccdc9..333741bed17 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.2.1" +__version__ = "1.3.0" import pyarrow from pyarrow import total_allocated_bytes