Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Aug 17, 2021
1 parent bbdcd17 commit 4fc2256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2",
version="0.4.3",
description="Transformer-based models implemented in tensorflow 2.x(Keras)",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -16,7 +16,7 @@
include_package_data=True,
install_requires=[
"tokenizers",
"tensorflow>=2.0.0",
"tensorflow-addons[tensorflow]",
],
extras_require={

Expand Down
2 changes: 1 addition & 1 deletion transformers_keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
from transformers_keras.token_classification.tokenizer import QuestionAnsweringTokenizerForChinese

__name__ = "transformers_keras"
__version__ = "0.4.2"
__version__ = "0.4.3"

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

0 comments on commit 4fc2256

Please sign in to comment.