From 988125872a5306483b83dbc6c746bdd6298946c3 Mon Sep 17 00:00:00 2001 From: yh_cc Date: Fri, 15 Oct 2021 11:04:45 +0800 Subject: [PATCH] update setup.py version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a75a42c..d4a71c33 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ print(pkgs) setup( name='FastNLP', - version='0.6.0', + version='0.7.0', url='https://gitee.com/fastnlp/fastNLP', description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team', long_description=readme,