We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1fe77 commit dd0105eCopy full SHA for dd0105e
tensorflowonspark/__init__.py
@@ -1,3 +1,5 @@
1
import logging
2
3
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s")
4
+
5
+__version__ = "1.4.0"
0 commit comments