Release: v4.2.0
Some checks failed
Model templates runner / run_tests_templates (push) Has been cancelled
Release - Conda / build_and_package (push) Has been cancelled

This commit is contained in:
Lysandre
2021-01-13 16:01:47 +01:00
parent c949516695
commit 7d9a9d0c72
5 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
# to defer the actual importing for when the objects are requested. This way `import transformers` provides the names
# in the namespace without actually importing anything (and especially none of the backends).
__version__ = "4.2.0dev0"
__version__ = "4.2.0"
# Work around to update TensorFlow's absl.logging threshold which alters the
# default Python logging output behavior when present.