File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
# The short X.Y version
25
25
version = u''
26
26
# The full version, including alpha/beta/rc tags
27
- release = '0.3 .0'
27
+ release = '0.4 .0'
28
28
29
29
30
30
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 110
110
111
111
setup (
112
112
name = 'nlp' ,
113
- version = "0.3 .0" ,
113
+ version = "0.4 .0" ,
114
114
description = DOCLINES [0 ],
115
115
long_description = '\n ' .join (DOCLINES [2 :]),
116
116
author = 'HuggingFace Inc.' ,
Original file line number Diff line number Diff line change 18
18
# pylint: enable=line-too-long
19
19
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position
20
20
21
- __version__ = "0.3 .0"
21
+ __version__ = "0.4 .0"
22
22
23
23
import pyarrow
24
24
from pyarrow import total_allocated_bytes
You can’t perform that action at this time.
0 commit comments