From 10dc68ce96445e3509b14f9ba4f2280aaf8ba17c Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Fri, 15 Oct 2021 17:41:44 +0200 Subject: [PATCH] Release: 1.13.3 --- 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 ed9d1644cd8..407c453c854 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.13.2" +release = "1.13.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ecd72cbeec6..06abfa782ea 100644 --- a/setup.py +++ b/setup.py @@ -223,7 +223,7 @@ setup( name="datasets", - version="1.13.3.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) + version="1.13.3", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) description=DOCLINES[0], long_description="\n".join(DOCLINES[2:]), long_description_content_type="text/markdown", diff --git a/src/datasets/__init__.py b/src/datasets/__init__.py index 68f8289c230..4b39bf8c062 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.13.3.dev0" +__version__ = "1.13.3" import pyarrow from packaging import version as _version