File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
# built documents.
61
61
#
62
62
# The short X.Y version.
63
- version = '0.7.2 '
63
+ version = '0.8.0 '
64
64
# The full version, including alpha/beta/rc tags.
65
- release = '0.7.2 '
65
+ release = '0.8.0 '
66
66
67
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
68
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
# LICENSE file in the root directory of this source tree.
5
5
6
6
__all__ = ['pdb' ]
7
- __version__ = '0.7.2 '
7
+ __version__ = '0.8.0 '
8
8
9
9
import fairseq .criterions # noqa
10
10
import fairseq .models # noqa
Original file line number Diff line number Diff line change 30
30
31
31
setup (
32
32
name = 'fairseq' ,
33
- version = '0.7.2 ' ,
33
+ version = '0.8.0 ' ,
34
34
description = 'Facebook AI Research Sequence-to-Sequence Toolkit' ,
35
35
url = 'https://github.com/pytorch/fairseq' ,
36
36
classifiers = [
You can’t perform that action at this time.
0 commit comments