Skip to content

Commit 21e8091

Browse files
committed
release: 0.4.0
1 parent a6430ef commit 21e8091

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# The short X.Y version
2525
version = u''
2626
# The full version, including alpha/beta/rc tags
27-
release = '0.3.0'
27+
release = '0.4.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

setup.py

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

111111
setup(
112112
name='nlp',
113-
version="0.3.0",
113+
version="0.4.0",
114114
description=DOCLINES[0],
115115
long_description='\n'.join(DOCLINES[2:]),
116116
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.3.0"
21+
__version__ = "0.4.0"
2222

2323
import pyarrow
2424
from pyarrow import total_allocated_bytes

0 commit comments

Comments
 (0)