Skip to content

Commit dd0105e

Browse files
committed
add __version__
1 parent 9d1fe77 commit dd0105e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflowonspark/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import logging
22

33
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

Comments
 (0)