Browse Source

Update setup.py

tags/v0.1.0^2
Coet GitHub 6 years ago
parent
commit
81790d763c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -13,7 +13,7 @@ with open('requirements.txt', encoding='utf-8') as f:


setup( setup(
name='fastNLP', name='fastNLP',
version='0.0.3',
version='0.1.0',
description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team', description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team',
long_description=readme, long_description=readme,
license=license, license=license,


Loading…
Cancel
Save