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 2020# -- Project information -----------------------------------------------------
2121
2222project = 'fastNLP'
23- copyright = '2018 , xpqiu'
23+ copyright = '2020 , xpqiu'
2424author = 'xpqiu'
2525
2626# The short X.Y version
27- version = '0.5 .0'
27+ version = '0.6 .0'
2828# The full version, including alpha/beta/rc tags
29- release = '0.5 .0'
29+ release = '0.6 .0'
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change 8484 'logger' ,
8585 "init_logger_dist" ,
8686]
87- __version__ = '0.5.6 '
87+ __version__ = '0.6.0 '
8888
8989import sys
9090
Original file line number Diff line number Diff line change 1616
1717setup (
1818 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' ,
2121 description = 'fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team' ,
2222 long_description = readme ,
2323 long_description_content_type = 'text/markdown' ,
2424 license = 'Apache License' ,
25- author = 'FudanNLP ' ,
25+ author = 'Fudan FastNLP Team ' ,
2626 python_requires = '>=3.6' ,
2727 packages = pkgs ,
2828 install_requires = reqs .strip ().split ('\n ' ),
You can’t perform that action at this time.
0 commit comments