diff --git a/setup.py b/setup.py index dad5c97b1bb..e206ab5d5a1 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ setup( name='nlp', - version="0.2.0", + version="0.2.1", 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 d9479173d77..00d2a7e8b0d 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.2.0" +__version__ = "0.2.1" import pyarrow from pyarrow import total_allocated_bytes