Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Jan 24, 2021
1 parent 272154f commit 5884eb9
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.2.1",
version="0.2.2",
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 @@ -14,6 +14,6 @@
BertIntermediate, BertMLMHead, BertNSPHead)

__name__ = 'transformers_keras'
__version__ = '0.2.1'
__version__ = '0.2.2'

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

0 comments on commit 5884eb9

Please sign in to comment.