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 2424# The short X.Y version
2525version = 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 ---------------------------------------------------
Original file line number Diff line number Diff line change 110110
111111setup (
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.' ,
Original file line number Diff line number Diff line change 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
2323import pyarrow
2424from pyarrow import total_allocated_bytes
You can’t perform that action at this time.
0 commit comments