Release: v3.1.0

This commit is contained in:
Lysandre
2020-09-01 14:27:52 +02:00
parent afc4ece462
commit 4b3ee9cbc5
3 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
__version__ = "3.0.2"
__version__ = "3.1.0"
# Work around to update TensorFlow's absl.logging threshold which alters the
# default Python logging output behavior when present.