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