From c11c30a5fc8366c04f4fa445bafcc675c1b2ad79 Mon Sep 17 00:00:00 2001 From: yhcc Date: Mon, 25 Jul 2022 16:21:33 +0800 Subject: [PATCH] beta version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21e4c0e4..a3447bf2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ print(pkgs) setup( name='FastNLP', - version='1.0.0alpha', + version='1.0.0beta', url='https://gitee.com/fastnlp/fastNLP', description='fastNLP: Deep Learning Toolkit for NLP, developed by Fudan FastNLP Team', long_description=readme,