We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5778a27 commit 8956cccCopy full SHA for 8956ccc
setup.py
@@ -100,7 +100,7 @@
100
101
setup(
102
name='nlp',
103
- version="0.1.0",
+ version="0.2.0",
104
description=DOCLINES[0],
105
long_description='\n'.join(DOCLINES[2:]),
106
author='HuggingFace Inc.',
src/nlp/__init__.py
@@ -18,7 +18,7 @@
18
# pylint: enable=line-too-long
19
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position
20
21
-__version__ = "0.1.0"
+__version__ = "0.2.0"
22
23
from pyarrow import total_allocated_bytes
24
0 commit comments