Skip to content

Commit

Permalink
!2 发布 fastNLP 的 0.6.0 版本
Browse files Browse the repository at this point in the history
Merge pull request !2 from WillQvQ/dev0.6
  • Loading branch information
WillQvQ authored and gitee-org committed Nov 6, 2020
2 parents f58e10d + a6e6f87 commit d476678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'fastNLP'
copyright = '2018, xpqiu'
copyright = '2020, xpqiu'
author = 'xpqiu'

# The short X.Y version
version = '0.5.0'
version = '0.6.0'
# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.6.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion fastNLP/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
'logger',
"init_logger_dist",
]
__version__ = '0.5.6'
__version__ = '0.6.0'

import sys

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

setup(
name='FastNLP',
version='0.5.6',
url='https://github.com/fastnlp/fastNLP',
version='0.6.0',
url='https://gitee.com/fastnlp/fastNLP',
description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team',
long_description=readme,
long_description_content_type='text/markdown',
license='Apache License',
author='FudanNLP',
author='Fudan FastNLP Team',
python_requires='>=3.6',
packages=pkgs,
install_requires=reqs.strip().split('\n'),
Expand Down

0 comments on commit d476678

Please sign in to comment.