Browse Source

Update __init__.py

Fix the wrong  "__version__"  value.
tags/v0.5.5
ChenXin GitHub 4 years ago
parent
commit
5f1d0cc4ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fastNLP/__init__.py

+ 1
- 1
fastNLP/__init__.py View File

@@ -71,7 +71,7 @@ __all__ = [
'logger'
]
__version__ = '0.4.5'
__version__ = '0.5.0'

import sys



Loading…
Cancel
Save