Skip to content

Commit

Permalink
Release v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Oct 20, 2021
1 parent 23f9fcd commit e825c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="transformers_keras",
version="0.4.8",
version="0.4.9",
description="Transformer-based models implemented in tensorflow 2.x(Keras)",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion transformers_keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
from transformers_keras.token_classification.models import AlbertForTokenClassification, BertForTokenClassification

__name__ = "transformers_keras"
__version__ = "0.4.8"
__version__ = "0.4.9"

logging.basicConfig(format="%(asctime)s %(levelname)7s %(filename)20s %(lineno)4d] %(message)s", level=logging.INFO)

0 comments on commit e825c79

Please sign in to comment.