Browse Source
Update __init__.py
Fix the wrong "__version__" value.
tags/v0.5.5
ChenXin
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
fastNLP/__init__.py
|
@@ -71,7 +71,7 @@ __all__ = [ |
|
|
|
|
|
|
|
|
'logger' |
|
|
'logger' |
|
|
] |
|
|
] |
|
|
__version__ = '0.4.5' |
|
|
|
|
|
|
|
|
__version__ = '0.5.0' |
|
|
|
|
|
|
|
|
import sys |
|
|
import sys |
|
|
|
|
|
|
|
|