Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brunneis authored Dec 24, 2021
1 parent 94204ac commit 1776ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ernie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tensorflow.python.client import device_lib
import logging

__version__ = '1.0.0'
__version__ = '1.0.1'

logging.getLogger().setLevel(logging.WARNING)
logging.getLogger("transformers.tokenization_utils").setLevel(logging.ERROR)
Expand Down

0 comments on commit 1776ced

Please sign in to comment.