File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = 'fastNLP'
23
- copyright = '2018 , xpqiu'
23
+ copyright = '2020 , xpqiu'
24
24
author = 'xpqiu'
25
25
26
26
# The short X.Y version
27
- version = '0.5 .0'
27
+ version = '0.6 .0'
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.5 .0'
29
+ release = '0.6 .0'
30
30
31
31
# -- General configuration ---------------------------------------------------
32
32
Original file line number Diff line number Diff line change 84
84
'logger' ,
85
85
"init_logger_dist" ,
86
86
]
87
- __version__ = '0.5.6 '
87
+ __version__ = '0.6.0 '
88
88
89
89
import sys
90
90
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = 'FastNLP' ,
19
- version = '0.5.6 ' ,
20
- url = 'https://github .com/fastnlp/fastNLP' ,
19
+ version = '0.6.0 ' ,
20
+ url = 'https://gitee .com/fastnlp/fastNLP' ,
21
21
description = 'fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team' ,
22
22
long_description = readme ,
23
23
long_description_content_type = 'text/markdown' ,
24
24
license = 'Apache License' ,
25
- author = 'FudanNLP ' ,
25
+ author = 'Fudan FastNLP Team ' ,
26
26
python_requires = '>=3.6' ,
27
27
packages = pkgs ,
28
28
install_requires = reqs .strip ().split ('\n ' ),
You can’t perform that action at this time.
0 commit comments