From 5f1d0cc4eedb6f74ddec009bca8a7cc17c25ae25 Mon Sep 17 00:00:00 2001 From: ChenXin Date: Thu, 9 Jan 2020 20:34:26 +0800 Subject: [PATCH] Update __init__.py Fix the wrong "__version__" value. --- fastNLP/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastNLP/__init__.py b/fastNLP/__init__.py index 76265a01..3cb6aa88 100644 --- a/fastNLP/__init__.py +++ b/fastNLP/__init__.py @@ -71,7 +71,7 @@ __all__ = [ 'logger' ] -__version__ = '0.4.5' +__version__ = '0.5.0' import sys