added version in __init__.py

This commit is contained in:
thomwolf
2018-12-11 12:12:08 +01:00
parent b13abfa9fe
commit ed3b62cd3b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
__version__ = 0.4.0
from .tokenization import BertTokenizer, BasicTokenizer, WordpieceTokenizer
from .modeling import (BertConfig, BertModel, BertForPreTraining,
BertForMaskedLM, BertForNextSentencePrediction,