Skip to content

Commit d476678

Browse files
WillQvQgitee-org
authored andcommitted
!2 发布 fastNLP 的 0.6.0 版本
Merge pull request !2 from WillQvQ/dev0.6
2 parents f58e10d + a6e6f87 commit d476678

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'fastNLP'
23-
copyright = '2018, xpqiu'
23+
copyright = '2020, xpqiu'
2424
author = '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

fastNLP/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'logger',
8585
"init_logger_dist",
8686
]
87-
__version__ = '0.5.6'
87+
__version__ = '0.6.0'
8888

8989
import sys
9090

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
setup(
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'),

0 commit comments

Comments
 (0)