diff --git a/setup.py b/setup.py index 0dbef455..7d1d8034 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,8 @@ with open('requirements.txt', encoding='utf-8') as f: setup( name='FastNLP', - version='dev0.5.0', + version='0.4.9', + url='https://github.com/fastnlp/fastNLP', description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team', long_description=readme, long_description_content_type='text/markdown',