From 5aea8741253e35ca045b3bb009e047f2761b73cc Mon Sep 17 00:00:00 2001 From: x54-729 <17307130121@fudan.edu.cn> Date: Tue, 23 Aug 2022 10:43:43 +0800 Subject: [PATCH] change version to 1.0.0beta --- fastNLP/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastNLP/__init__.py b/fastNLP/__init__.py index 31249c80..38007c3f 100644 --- a/fastNLP/__init__.py +++ b/fastNLP/__init__.py @@ -2,4 +2,4 @@ from fastNLP.envs import * from fastNLP.core import * -__version__ = '1.0.0alpha' +__version__ = '1.0.0beta'