File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727author = 'Yahoo Inc'
2828
2929# The short X.Y version
30- version = '1.3.4 '
30+ version = '1.4.0 '
3131# The full version, including alpha/beta/rc tags
32- release = '1.3.4 '
32+ release = '1.4.0 '
3333
3434
3535# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 33setup (
44 name = 'tensorflowonspark' ,
55 packages = ['tensorflowonspark' ],
6- version = '1.3.4 ' ,
6+ version = '1.4.0 ' ,
77 description = 'Deep learning with TensorFlow on Apache Spark clusters' ,
88 author = 'Yahoo, Inc.' ,
99 url = 'https://github.com/yahoo/TensorFlowOnSpark' ,
Original file line number Diff line number Diff line change 11import logging
22
33logging .basicConfig (level = logging .INFO , format = "%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s" )
4+
5+ __version__ = "1.4.0"
You can’t perform that action at this time.
0 commit comments