From 21e8091db61ae9c0e4fe88eb80e2e49c7ad7eec4 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Mon, 3 Aug 2020 19:23:27 +0200 Subject: [PATCH] release: 0.4.0 --- docs/source/conf.py | 2 +- setup.py | 2 +- src/nlp/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5afb081c90d..8b92e84e784 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 = '0.3.0' +release = '0.4.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f2719bd67fe..58592979ce9 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ setup( name='nlp', - version="0.3.0", + version="0.4.0", description=DOCLINES[0], long_description='\n'.join(DOCLINES[2:]), author='HuggingFace Inc.', diff --git a/src/nlp/__init__.py b/src/nlp/__init__.py index 7afce7943db..de89d78fdf5 100644 --- a/src/nlp/__init__.py +++ b/src/nlp/__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__ = "0.3.0" +__version__ = "0.4.0" import pyarrow from pyarrow import total_allocated_bytes