Skip to content

Commit 8956ccc

Browse files
committed
Release: 0.2.0
1 parent 5778a27 commit 8956ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
setup(
102102
name='nlp',
103-
version="0.1.0",
103+
version="0.2.0",
104104
description=DOCLINES[0],
105105
long_description='\n'.join(DOCLINES[2:]),
106106
author='HuggingFace Inc.',

src/nlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# pylint: enable=line-too-long
1919
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position
2020

21-
__version__ = "0.1.0"
21+
__version__ = "0.2.0"
2222

2323
from pyarrow import total_allocated_bytes
2424

0 commit comments

Comments
 (0)