Skip to content

Commit

Permalink
Release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed May 29, 2020
1 parent 5778a27 commit 8956ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

setup(
name='nlp',
version="0.1.0",
version="0.2.0",
description=DOCLINES[0],
long_description='\n'.join(DOCLINES[2:]),
author='HuggingFace Inc.',
Expand Down
2 changes: 1 addition & 1 deletion src/nlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"
__version__ = "0.2.0"

from pyarrow import total_allocated_bytes

Expand Down

0 comments on commit 8956ccc

Please sign in to comment.