Bump version

This commit is contained in:
Sylvain Gugger
2021-02-04 16:23:05 -05:00
parent 4cd22512de
commit ba607db180
2 changed files with 2 additions and 2 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.3.0.rc1"
__version__ = "4.4.0.dev0"
# Work around to update TensorFlow's absl.logging threshold which alters the
# default Python logging output behavior when present.